Home
last modified time | relevance | path

Searched refs:lpsc (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/lego/ev3/
H A Dlegoev3.c68 const struct lpsc_resource lpsc[] = { variable
74 const int lpsc_size = ARRAY_SIZE(lpsc);
144 if (da8xx_configure_lpsc_items(lpsc, ARRAY_SIZE(lpsc))) in board_early_init_f()
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390.c128 const struct lpsc_resource lpsc[] = { variable
136 const int lpsc_size = ARRAY_SIZE(lpsc);
183 if (da8xx_configure_lpsc_items(lpsc, ARRAY_SIZE(lpsc))) in board_early_init_f()
/openbmc/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c127 const struct lpsc_resource lpsc[] = { variable
138 const int lpsc_size = ARRAY_SIZE(lpsc);
166 if (da8xx_configure_lpsc_items(lpsc, ARRAY_SIZE(lpsc))) in board_early_init_f()
H A Dda850evm.c296 const struct lpsc_resource lpsc[] = { variable
307 const int lpsc_size = ARRAY_SIZE(lpsc);
354 if (da8xx_configure_lpsc_items(lpsc, ARRAY_SIZE(lpsc))) in board_early_init_f()
/openbmc/u-boot/board/omicron/calimain/
H A Dcalimain.c55 const struct lpsc_resource lpsc[] = { variable
62 const int lpsc_size = ARRAY_SIZE(lpsc);
/openbmc/u-boot/board/davinci/ea20/
H A Dea20.c176 static const struct lpsc_resource lpsc[] = { variable
230 if (da8xx_configure_lpsc_items(lpsc, ARRAY_SIZE(lpsc))) in board_early_init_f()
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dda850_lowlevel.h17 extern const struct lpsc_resource lpsc[];
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dda850_lowlevel.c286 da8xx_configure_lpsc_items(lpsc, lpsc_size); in arch_cpu_init()