p1div 387 drivers/bcma/driver_chipcommon_pmu.c u32 tmp, ndiv, p1div, p2div; p1div 396 drivers/bcma/driver_chipcommon_pmu.c p1div = (tmp & BCMA_CC_PMU6_4706_PROC_P1DIV_MASK) p1div 404 drivers/bcma/driver_chipcommon_pmu.c clock = (25000000 / 4) * ndiv * p2div / p1div; p1div 407 drivers/bcma/driver_chipcommon_pmu.c clock = (25000000 / 2) * ndiv * p2div / p1div; p1div 182 drivers/ssb/driver_chipcommon_pmu.c u8 p1div; p1div 187 drivers/ssb/driver_chipcommon_pmu.c { .freq = 12000, .xf = 1, .p1div = 3, .p2div = 22, .ndiv_int = 0x9, .ndiv_frac = 0xFFFFEF, }, p1div 188 drivers/ssb/driver_chipcommon_pmu.c { .freq = 13000, .xf = 2, .p1div = 1, .p2div = 6, .ndiv_int = 0xb, .ndiv_frac = 0x483483, }, p1div 189 drivers/ssb/driver_chipcommon_pmu.c { .freq = 14400, .xf = 3, .p1div = 1, .p2div = 10, .ndiv_int = 0xa, .ndiv_frac = 0x1C71C7, }, p1div 190 drivers/ssb/driver_chipcommon_pmu.c { .freq = 15360, .xf = 4, .p1div = 1, .p2div = 5, .ndiv_int = 0xb, .ndiv_frac = 0x755555, }, p1div 191 drivers/ssb/driver_chipcommon_pmu.c { .freq = 16200, .xf = 5, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x6E9E06, }, p1div 192 drivers/ssb/driver_chipcommon_pmu.c { .freq = 16800, .xf = 6, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x3CF3CF, }, p1div 193 drivers/ssb/driver_chipcommon_pmu.c { .freq = 19200, .xf = 7, .p1div = 1, .p2div = 9, .ndiv_int = 0x5, .ndiv_frac = 0x17B425, }, p1div 194 drivers/ssb/driver_chipcommon_pmu.c { .freq = 19800, .xf = 8, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac = 0xA57EB, }, p1div 195 drivers/ssb/driver_chipcommon_pmu.c { .freq = 20000, .xf = 9, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac = 0, }, p1div 196 drivers/ssb/driver_chipcommon_pmu.c { .freq = 24000, .xf = 10, .p1div = 3, .p2div = 11, .ndiv_int = 0xa, .ndiv_frac = 0, }, p1div 197 drivers/ssb/driver_chipcommon_pmu.c { .freq = 25000, .xf = 11, .p1div = 5, .p2div = 16, .ndiv_int = 0xb, .ndiv_frac = 0, }, p1div 198 drivers/ssb/driver_chipcommon_pmu.c { .freq = 26000, .xf = 12, .p1div = 1, .p2div = 2, .ndiv_int = 0x10, .ndiv_frac = 0xEC4EC4, }, p1div 199 drivers/ssb/driver_chipcommon_pmu.c { .freq = 30000, .xf = 13, .p1div = 3, .p2div = 8, .ndiv_int = 0xb, .ndiv_frac = 0, }, p1div 200 drivers/ssb/driver_chipcommon_pmu.c { .freq = 38400, .xf = 14, .p1div = 1, .p2div = 5, .ndiv_int = 0x4, .ndiv_frac = 0x955555, }, p1div 201 drivers/ssb/driver_chipcommon_pmu.c { .freq = 40000, .xf = 15, .p1div = 1, .p2div = 2, .ndiv_int = 0xb, .ndiv_frac = 0, }, p1div 283 drivers/ssb/driver_chipcommon_pmu.c pllctl |= ((u32)e->p1div << SSB_PMU1_PLLCTL0_P1DIV_SHIFT) & SSB_PMU1_PLLCTL0_P1DIV;