Searched refs:pubpi (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_n.c | 14606 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 6)) in wlc_phy_attach_nphy() 14609 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 7)) { in wlc_phy_attach_nphy() 14614 if (NREV_GE(pi->pubpi.phy_rev, 6) && NREV_LT(pi->pubpi.phy_rev, 7)) { in wlc_phy_attach_nphy() 14620 if (NREV_IS(pi->pubpi.phy_rev, 3) || NREV_IS(pi->pubpi.phy_rev, 4)) in wlc_phy_attach_nphy() 16281 if ((pi->pubpi.radiorev == 4) || (pi->pubpi.radiorev == 6)) in wlc_phy_workarounds_nphy_rev7() 16285 if ((pi->pubpi.radiorev == 3) || (pi->pubpi.radiorev == 4) || in wlc_phy_workarounds_nphy_rev7() 19545 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LE(pi->pubpi.phy_rev, 6)) in wlc_phy_init_nphy() 19823 if ((pi->pubpi.radiorev <= 4) || (pi->pubpi.radiorev == 6)) { in wlc_phy_radio205x_rcal() 20951 if ((pi->pubpi.radiorev <= 4) || (pi->pubpi.radiorev == 6)) { in wlc_phy_chanspec_radio2057_setup() 20970 } else if ((pi->pubpi.radiorev == 5) || (pi->pubpi.radiorev == 7) || in wlc_phy_chanspec_radio2057_setup() [all …]
|
| A D | phy_cmn.c | 154 switch (pi->pubpi.phy_type) { in read_radio_reg() 158 if (NREV_GE(pi->pubpi.phy_rev, 7)) in read_radio_reg() 469 pi->pubpi.phy_type = PHY_TYPE_N; in wlc_phy_attach() 489 pi->pubpi.radioid = in wlc_phy_attach() 491 pi->pubpi.radiorev = in wlc_phy_attach() 493 pi->pubpi.radiover = in wlc_phy_attach() 608 *radioid = pi->pubpi.radioid; in wlc_phy_get_phyversion() 609 *radiover = pi->pubpi.radiorev; in wlc_phy_get_phyversion() 617 return pi->pubpi.abgphy_encore; in wlc_phy_get_encore() 623 return pi->pubpi.coreflags; in wlc_phy_get_coreflags() [all …]
|
| A D | phy_lcn.c | 1043 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() 2153 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) in wlc_lcnphy_tssi_setup() 2360 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_tempcompensated_txpwrctrl() 2366 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_tempcompensated_txpwrctrl() 2462 if (LCNREV_IS(pi->pubpi.phy_rev, 2)) in wlc_lcnphy_tx_iqlo_loopback() 3891 if (LCNREV_IS(pi->pubpi.phy_rev, 1) in wlc_lcnphy_txpwrtbl_iqlo_cal() 4157 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_periodic_cal() 4448 if (LCNREV_IS(pi->pubpi.phy_rev, 1)) in wlc_lcnphy_rc_cal() [all …]
|
| A D | phy_int.h | 32 #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 1058 if (NREV_LT((pi)->pubpi.phy_rev, 3)) \
|
Completed in 61 milliseconds