Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c137 switch (pi->pubpi.phy_type) { in read_radio_reg()
141 if (NREV_GE(pi->pubpi.phy_rev, 7)) in read_radio_reg()
159 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in read_radio_reg()
175 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in write_radio_reg()
310 if (NREV_GE(pi->pubpi.phy_rev, 3) in wlc_set_phy_uninitted()
311 && NREV_LT(pi->pubpi.phy_rev, 7)) in wlc_set_phy_uninitted()
418 wlapi_bmac_corereset(pi->sh->physhim, pi->pubpi.coreflags); in wlc_phy_attach()
439 pi->pubpi.coreflags = SICF_GMODE; in wlc_phy_attach()
441 wlapi_bmac_corereset(pi->sh->physhim, pi->pubpi.coreflags); in wlc_phy_attach()
444 pi->pubpi in wlc_phy_attach()
[all...]
H A Dphy_lcn.c1043 if (LCNREV_LT(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_rx_gain_override_enable()
1082 if (LCNREV_LT(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_set_rx_gain_by_distribution()
1754 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) { in wlc_lcnphy_radio_2064_channel_tune_4313()
1960 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_set_tssi_mux()
1981 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_set_tssi_mux()
2133 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_tssi_setup()
2144 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { in wlc_lcnphy_tssi_setup()
2153 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) in wlc_lcnphy_tssi_setup()
2354 && LCNREV_IS(pi->pubpi.phy_rev, 0)) in wlc_lcnphy_tempcompensated_txpwrctrl()
2360 if (LCNREV_IS(pi->pubpi in wlc_lcnphy_tempcompensated_txpwrctrl()
[all...]
H A Dphy_int.h32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)
33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)
543 struct brcms_phy_pub pubpi; member
1053 if (NREV_LT((pi)->pubpi.phy_rev, 3)) \