Searched refs:radioid (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 20 #define VALID_N_RADIO(radioid) ((radioid == BCM2055_ID) || \ 21 (radioid == BCM2056_ID) || \ 22 (radioid == BCM2057_ID)) 24 #define VALID_LCN_RADIO(radioid) (radioid == BCM2064_ID) 26 #define VALID_RADIO(pi, radioid) ( \ 27 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \ 28 (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false)) 489 pi->pubpi.radioid in wlc_phy_attach() 602 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, u16 *radioid, u16 *radiover) wlc_phy_get_phyversion() argument 2520 uint radioid = pih->radioid; wlc_phy_rssi_compute() local [all...] |
H A D | phy_hal.h | 178 u16 *phyrev, u16 *radioid, u16 *radiover);
|
H A D | phy_int.h | 507 u16 radioid; member
|
H A D | phy_n.c | 16507 if (pi->pubpi.radioid == BCM2057_ID) { in wlc_phy_workarounds_nphy_rev7() 21626 if (pi->pubpi.radioid == BCM2057_ID) in brcms_phy_wr_tx_mux()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 20 #define VALID_N_RADIO(radioid) ((radioid == BCM2055_ID) || \ 21 (radioid == BCM2056_ID) || \ 22 (radioid == BCM2057_ID)) 24 #define VALID_LCN_RADIO(radioid) (radioid == BCM2064_ID) 26 #define VALID_RADIO(pi, radioid) ( \ 27 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \ 28 (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false)) 490 pi->pubpi.radioid in wlc_phy_attach() 603 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, u16 *radioid, u16 *radiover) wlc_phy_get_phyversion() argument 2521 uint radioid = pih->radioid; wlc_phy_rssi_compute() local [all...] |
H A D | phy_hal.h | 173 u16 *phyrev, u16 *radioid, u16 *radiover);
|
H A D | phy_int.h | 507 u16 radioid; member
|
H A D | phy_n.c | 16507 if (pi->pubpi.radioid == BCM2057_ID) { in wlc_phy_workarounds_nphy_rev7() 21626 if (pi->pubpi.radioid == BCM2057_ID) in brcms_phy_wr_tx_mux()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 255 u16 radioid; member 306 u16 radioid; member
|
H A D | main.c | 4591 &wlc_hw->band->radioid, in brcms_b_attach() 4632 wlc->band->radioid = wlc_hw->band->radioid; in brcms_b_attach() 4636 wlc->band->radioid, wlc->band->radiorev); in brcms_b_attach()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 255 u16 radioid; member 306 u16 radioid; member
|
H A D | main.c | 4589 &wlc_hw->band->radioid, in brcms_b_attach() 4630 wlc->band->radioid = wlc_hw->band->radioid; in brcms_b_attach() 4634 wlc->band->radioid, wlc->band->radiorev); in brcms_b_attach()
|
Completed in 93 milliseconds