Searched refs:CC_CAP_PLL_MASK (Results 1 – 15 of 15) sorted by relevance
244 #define CC_CAP_PLL_MASK 0x00038000 /* Type of PLL */ macro
182 #define CCPLL_ENAB(sih) ((sih)->cccaps & CC_CAP_PLL_MASK)
683 #define CC_CAP_PLL_MASK 0x00038000 /**< Type of PLL */ macro
194 #define CCPLL_ENAB(sih) ((sih)->cccaps & CC_CAP_PLL_MASK)
764 #define CC_CAP_PLL_MASK 0x00038000 /**< Type of PLL */ macro
275 #define CCPLL_ENAB(sih) ((sih)->cccaps & CC_CAP_PLL_MASK)
851 #define CC_CAP_PLL_MASK 0x00038000u /**< Type of PLL */ macro
4643 pll_type = sih->cccaps & CC_CAP_PLL_MASK; in BCMINITFN()