Home
last modified time | relevance | path

Searched defs:busdiv (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c69 u32 busdiv = ((in_be32(&pll->pdr) & 0x00F0) >> 4) + 1; in get_sys_clock() local
153 u32 busdiv = ((in_be32(&pll->pdr) >> 4) & 0x0F) + 1; in clock_pll() local
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/
H A Dclk.c262 u32 cpudiv, ddrdiv, busdiv; in ar934x_update_clock() local
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c1574 int busdiv = ns->busw == 8 ? 1 : 2; in ns_do_state_action() local