OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
linux
/
clk
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
at91_pmc.h
11.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
clk-conf.h
588 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mmp.h
475 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mxs.h
360 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
renesas.h
1.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sunxi-ng.h
974 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
tegra.h
3.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ti.h
11.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
zynq.h
1.06 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: mmp.h
Close
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __CLK_MMP_H #define __CLK_MMP_H #include <linux/types.h> extern void pxa168_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, phys_addr_t apbc_phys); extern void pxa910_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, phys_addr_t apbc_phys, phys_addr_t apbcp_phys); extern void mmp2_clk_init(phys_addr_t mpmu_phys, phys_addr_t apmu_phys, phys_addr_t apbc_phys); #endif