Home
last modified time | relevance | path

Searched refs:LCRR_EADC_2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dkm8360.h148 #define CONFIG_SYS_LCRR_EADC LCRR_EADC_2
/openbmc/u-boot/include/configs/km/
H A Dkmp204x-common.h136 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_2)
/openbmc/u-boot/board/sbc8548/
H A Dsbc8548.c85 lcrr |= LCRR_EADC_2; in local_bus_init()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h319 #define LCRR_EADC_2 0x00020000 macro