Home
last modified time | relevance | path

Searched refs:lbc_mhz (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/sbc8548/
H A Dsbc8548.c63 uint clkdiv, lbc_mhz, lcrr = CONFIG_SYS_LBC_LCRR; in local_bus_init() local
68 lbc_mhz = sysinfo.freq_localbus / 1000000; in local_bus_init()
71 debug("LCRR=0x%x, CD=%d, MHz=%d\n", lcrr, clkdiv, lbc_mhz); in local_bus_init()
86 if (lbc_mhz > 83) { in local_bus_init()
95 if (lbc_mhz >= 66) in local_bus_init()
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c141 uint lbc_mhz; in local_bus_init() local
146 lbc_mhz = sysinfo.freq_systembus / 1000000 / clkdiv; in local_bus_init()
149 if (lbc_mhz >= 66) in local_bus_init()