Home
last modified time | relevance | path

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

/external/u-boot/drivers/cpu/
Dbmips_cpu.c60 #define DMIPSPLLCFG_6368_NDIV_MASK (0x1ff << DMIPSPLLCFG_6368_NDIV_SHIFT) macro
243 ndiv = (tmp & DMIPSPLLCFG_6368_NDIV_MASK) >> in bcm6368_get_cpu_freq()