Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup_tx4927.c113 divmode = (__u32)ccfg & TX4927_CCFG_DIVMODE_MASK; in tx4927_setup()
143 divmode = (__u32)ccfg & TX4927_CCFG_DIVMODE_MASK; in tx4927_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4927.h113 #define TX4927_CCFG_DIVMODE_MASK 0x000e0000 macro