Home
last modified time | relevance | path

Searched refs:mfp_cfg (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/board/Marvell/aspenite/
H A Daspenite.c21 u32 mfp_cfg[] = { in board_early_init_f() local
33 mfp_config(mfp_cfg); in board_early_init_f()
/OK3568_Linux_fs/u-boot/board/Marvell/gplugd/
H A Dgplugd.c33 u32 mfp_cfg[] = { in board_early_init_f() local
70 mfp_config(mfp_cfg); in board_early_init_f()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dzylonite_pxa320.c23 static mfp_cfg_t mfp_cfg[] __initdata = { variable
199 pxa3xx_mfp_config(ARRAY_AND_SIZE(mfp_cfg)); in zylonite_pxa320_init()
H A Dmxm8x10.c232 static mfp_cfg_t mfp_cfg[] __initdata = { variable
475 pxa3xx_mfp_config(ARRAY_AND_SIZE(mfp_cfg)); in mxm_8x10_barebones_init()
H A Dmfp-pxa3xx.h155 static inline void pxa3xx_mfp_config(unsigned long *mfp_cfg, int num) in pxa3xx_mfp_config() argument
157 mfp_config(mfp_cfg, num); in pxa3xx_mfp_config()