Searched refs:phy_rev (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 97 #define NPHY_IS_SROM_REINTERPRET NREV_GE(pi->pubpi.phy_rev, 5) 14116 if (NREV_GE(pi->pubpi.phy_rev, 16)) in wlc_phy_bist_check_phy() 14182 if (NREV_GE(pi->pubpi.phy_rev, 16)) { in wlc_phy_static_table_download_nphy() 14186 } else if (NREV_GE(pi->pubpi.phy_rev, 7)) { in wlc_phy_static_table_download_nphy() 14190 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_static_table_download_nphy() 14209 if (NREV_GE(pi->pubpi.phy_rev, 7)) { in wlc_phy_tbl_init_nphy() 14277 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_tbl_init_nphy() 14357 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_txpwrctrl_config_nphy() 14367 NREV_GE(pi->pubpi.phy_rev, 2) && (pi->sh->sromrev >= 4)) in wlc_phy_txpwrctrl_config_nphy() 14604 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 6)) in wlc_phy_attach_nphy() [all …]
|
| H A D | phy_cmn.c | 141 if (NREV_GE(pi->pubpi.phy_rev, 7)) in read_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() 445 pi->pubpi.phy_rev = phyversion & PV_PV_MASK; in wlc_phy_attach() 449 pi->pubpi.phy_rev += LCNXN_BASEREV; in wlc_phy_attach() 585 *phyrev = (u16) pi->pubpi.phy_rev; in wlc_phy_get_phyversion() 610 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 619 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 1678 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_txpower_ipa_upd() 1887 if (NREV_GE(pi->pubpi.phy_rev, 3)) in wlc_phy_noise_calc_phy() [all …]
|
| H A D | phy_int.h | 505 uint phy_rev; member 1053 if (NREV_LT((pi)->pubpi.phy_rev, 3)) \
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | main.c | 2990 u8 phy_rev; in b43legacy_phy_versioning() local 3001 phy_rev = (tmp & B43legacy_PHYVER_VERSION); in b43legacy_phy_versioning() 3004 if (phy_rev != 2 && phy_rev != 4 in b43legacy_phy_versioning() 3005 && phy_rev != 6 && phy_rev != 7) in b43legacy_phy_versioning() 3009 if (phy_rev > 8) in b43legacy_phy_versioning() 3018 analog_type, phy_type, phy_rev); in b43legacy_phy_versioning() 3022 analog_type, phy_type, phy_rev); in b43legacy_phy_versioning() 3073 phy->rev = phy_rev; in b43legacy_phy_versioning()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 112 u8 phy_rev; member
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 772 unsigned int phy_rev; member 1391 np->phy_rev == PHY_REV_REALTEK_8211B) { in phy_init() 1398 np->phy_rev == PHY_REV_REALTEK_8211C) { in phy_init() 1452 np->phy_rev == PHY_REV_REALTEK_8211C) { in phy_init() 1486 np->phy_rev == PHY_REV_REALTEK_8211B) { in phy_init() 6062 np->phy_rev = mii_rw(dev, phyaddr, MII_RESV1, MII_READ) & PHY_REV_MASK; in nv_probe()
|