Searched refs:ndiv_int (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/ssb/ |
D | driver_chipcommon_pmu.c | 180 u8 ndiv_int; member 187 { .freq = 12000, .xf = 1, .p1div = 3, .p2div = 22, .ndiv_int = 0x9, .ndiv_frac = 0xFFFFEF, }, 188 { .freq = 13000, .xf = 2, .p1div = 1, .p2div = 6, .ndiv_int = 0xb, .ndiv_frac = 0x483483, }, 189 { .freq = 14400, .xf = 3, .p1div = 1, .p2div = 10, .ndiv_int = 0xa, .ndiv_frac = 0x1C71C7, }, 190 { .freq = 15360, .xf = 4, .p1div = 1, .p2div = 5, .ndiv_int = 0xb, .ndiv_frac = 0x755555, }, 191 { .freq = 16200, .xf = 5, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x6E9E06, }, 192 { .freq = 16800, .xf = 6, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x3CF3CF, }, 193 { .freq = 19200, .xf = 7, .p1div = 1, .p2div = 9, .ndiv_int = 0x5, .ndiv_frac = 0x17B425, }, 194 { .freq = 19800, .xf = 8, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac = 0xA57EB, }, 195 { .freq = 20000, .xf = 9, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac = 0, }, [all …]
|
/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | hndpmu.c | 907 u8 ndiv_int; member 1379 ndiv_int << PMU1_PLL0_PC2_NDIV_INT_SHIFT) & in si_pmu1_pllinit0() 1453 u32 ndiv_int, ndiv_frac, p2div, p1div, fvco; in si_pmu1_cpuclk0() local 1473 ndiv_int = in si_pmu1_cpuclk0() 1484 fvco = (fref * ndiv_int) << 8; in si_pmu1_cpuclk0() 1493 …PMU_MSG(("si_pmu1_cpuclk0: ndiv_int %u ndiv_frac %u p2div %u p1div %u fvco %u\n", ndiv_int, ndiv_f… in si_pmu1_cpuclk0()
|