Lines Matching refs:pdetrange

14570 	pi->srom_fem2g.pdetrange = sprom->fem.ghz2.pdet_range;  in wlc_phy_txpwr_srom_read_nphy()
14576 pi->srom_fem5g.pdetrange = sprom->fem.ghz5.pdet_range; in wlc_phy_txpwr_srom_read_nphy()
16146 u8 pdetrange; in wlc_phy_workarounds_nphy() local
16633 pdetrange = in wlc_phy_workarounds_nphy()
16635 pdetrange : pi->srom_fem2g.pdetrange; in wlc_phy_workarounds_nphy()
16637 if (pdetrange == 0) { in wlc_phy_workarounds_nphy()
16649 } else if (pdetrange == 1) { in wlc_phy_workarounds_nphy()
16659 } else if (pdetrange == 2) { in wlc_phy_workarounds_nphy()
16681 } else if (pdetrange == 3) { in wlc_phy_workarounds_nphy()
16688 } else if (pdetrange == 5) { in wlc_phy_workarounds_nphy()
16794 pdetrange = in wlc_phy_workarounds_nphy()
16796 pdetrange : pi->srom_fem2g.pdetrange; in wlc_phy_workarounds_nphy()
16798 if (pdetrange == 0) { in wlc_phy_workarounds_nphy()
16834 } else if (pdetrange == 1) { in wlc_phy_workarounds_nphy()
16843 } else if (pdetrange == 2) { in wlc_phy_workarounds_nphy()
16871 } else if (pdetrange == 3) { in wlc_phy_workarounds_nphy()
16897 } else if ((pdetrange == 4) || (pdetrange == 5)) { in wlc_phy_workarounds_nphy()
16905 Vmid[0] = (pdetrange == 4) ? 0x8e : 0x89; in wlc_phy_workarounds_nphy()
16906 Vmid[1] = (pdetrange == 4) ? 0x96 : 0x89; in wlc_phy_workarounds_nphy()
16907 Av[0] = (pdetrange == 4) ? 2 : 0; in wlc_phy_workarounds_nphy()
16908 Av[1] = (pdetrange == 4) ? 2 : 0; in wlc_phy_workarounds_nphy()
16910 Vmid[0] = (pdetrange == 4) ? 0x89 : 0x74; in wlc_phy_workarounds_nphy()
16911 Vmid[1] = (pdetrange == 4) ? 0x8b : 0x70; in wlc_phy_workarounds_nphy()
16912 Av[0] = (pdetrange == 4) ? 2 : 0; in wlc_phy_workarounds_nphy()
16913 Av[1] = (pdetrange == 4) ? 2 : 0; in wlc_phy_workarounds_nphy()