Home
last modified time | relevance | path

Searched refs:pubpi (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c92 #define NPHY_IS_SROM_REINTERPRET NREV_GE(pi->pubpi.phy_rev, 5)
14200 if (NREV_GE(pi->pubpi.phy_rev, 16)) in wlc_phy_bist_check_phy()
14233 if (NORADIO_ENAB(pi->pubpi)) { in WLBANDINITFN()
14279 if (NREV_GE(pi->pubpi.phy_rev, 16)) { in WLBANDINITFN()
14283 } else if (NREV_GE(pi->pubpi.phy_rev, 7)) { in WLBANDINITFN()
14287 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in WLBANDINITFN()
14306 if (NREV_GE(pi->pubpi.phy_rev, 7)) { in WLBANDINITFN()
14375 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in WLBANDINITFN()
14455 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 6)) { in wlc_phy_attach_nphy()
14459 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 7)) { in wlc_phy_attach_nphy()
[all …]
Dwlc_phy_cmn.c226 if (NORADIO_ENAB(pi->pubpi)) in read_radio_reg()
229 switch (pi->pubpi.phy_type) { in read_radio_reg()
232 if (NREV_GE(pi->pubpi.phy_rev, 7)) in read_radio_reg()
244 ASSERT(VALID_PHYTYPE(pi->pubpi.phy_type)); in read_radio_reg()
249 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in read_radio_reg()
277 if (NORADIO_ENAB(pi->pubpi)) in write_radio_reg()
282 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in write_radio_reg()
309 if (NORADIO_ENAB(pi->pubpi)) in read_radio_id()
349 if (NORADIO_ENAB(pi->pubpi)) in and_radio_reg()
360 if (NORADIO_ENAB(pi->pubpi)) in or_radio_reg()
[all …]
Dwlc_phy_lcn.c1230 if (!NORADIO_ENAB(pi->pubpi)) { in wlc_phy_chanspec_set_lcnphy()
1368 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_set_tssi_mux()
1379 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_set_tssi_mux()
1521 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_tssi_setup()
1531 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_tssi_setup()
1540 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) in wlc_lcnphy_tssi_setup()
1712 if (NORADIO_ENAB(pi->pubpi)) in wlc_lcnphy_tempcompensated_txpwrctrl()
1744 && LCNREV_IS(pi->pubpi.phy_rev, 0)) in wlc_lcnphy_tempcompensated_txpwrctrl()
1750 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_tempcompensated_txpwrctrl()
1756 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_tempcompensated_txpwrctrl()
[all …]
Dwlc_phy_int.h60 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)
61 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)
613 wlc_phy_t pubpi; member
1160 if (((pi)->sh->bustype == PCI_BUS) && NREV_LT((pi)->pubpi.phy_rev, 3)) \