Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __CLK_MMP_H
0003 #define __CLK_MMP_H
0004 
0005 #include <linux/types.h>
0006 
0007 extern void pxa168_clk_init(phys_addr_t mpmu_phys,
0008                 phys_addr_t apmu_phys,
0009                 phys_addr_t apbc_phys);
0010 extern void pxa910_clk_init(phys_addr_t mpmu_phys,
0011                 phys_addr_t apmu_phys,
0012                 phys_addr_t apbc_phys,
0013                 phys_addr_t apbcp_phys);
0014 extern void mmp2_clk_init(phys_addr_t mpmu_phys,
0015               phys_addr_t apmu_phys,
0016               phys_addr_t apbc_phys);
0017 
0018 #endif