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