Searched refs:SBI_SSCAUXDIV_FINALDIV2SEL (Results 1 – 2 of 2) sorted by relevance
4481 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1); in lpt_program_iclkip()4482 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv); in lpt_program_iclkip()
9117 #define SBI_SSCAUXDIV_FINALDIV2SEL(x) ((x) << 4) macro