Searched refs:brcms_phy (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_int.h | 471 struct brcms_phy *phy_head; 517 void (*init)(struct brcms_phy *); 518 void (*calinit)(struct brcms_phy *); 519 void (*chanset)(struct brcms_phy *, u16 chanspec); 520 void (*txpwrrecalc)(struct brcms_phy *); 521 int (*longtrn)(struct brcms_phy *, int); 522 void (*txiqccget)(struct brcms_phy *, u16 *, u16 *); 523 void (*txiqccset)(struct brcms_phy *, u16, u16); 524 u16 (*txloccget)(struct brcms_phy *); 525 void (*radioloftget)(struct brcms_phy *, u8 *, u8 *, u8 *, u8 *); [all …]
|
| H A D | phy_cmn.c | 120 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phyreg_enter() 126 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phyreg_exit() 130 u16 read_radio_reg(struct brcms_phy *pi, u16 addr) in read_radio_reg() 171 void write_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_radio_reg() 191 static u32 read_radio_id(struct brcms_phy *pi) in read_radio_id() 217 void and_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in and_radio_reg() 225 void or_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_radio_reg() 233 void xor_radio_reg(struct brcms_phy *pi, u16 addr, u16 mask) in xor_radio_reg() 241 void mod_radio_reg(struct brcms_phy *pi, u16 addr, u16 mask, u16 val) in mod_radio_reg() 249 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg() [all …]
|
| H A D | phy_n.c | 14113 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_bist_check_phy() 14132 static void wlc_phy_bphy_init_nphy(struct brcms_phy *pi) in wlc_phy_bphy_init_nphy() 14150 wlc_phy_table_write_nphy(struct brcms_phy *pi, u32 id, u32 len, u32 offset, in wlc_phy_table_write_nphy() 14164 wlc_phy_table_read_nphy(struct brcms_phy *pi, u32 id, u32 len, u32 offset, in wlc_phy_table_read_nphy() 14178 wlc_phy_static_table_download_nphy(struct brcms_phy *pi) in wlc_phy_static_table_download_nphy() 14201 static void wlc_phy_tbl_init_nphy(struct brcms_phy *pi) in wlc_phy_tbl_init_nphy() 14328 wlc_phy_write_txmacreg_nphy(struct brcms_phy *pi, u16 holdoff, u16 delay) in wlc_phy_write_txmacreg_nphy() 14334 void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs) in wlc_phy_nphy_tkip_rifs_war() 14354 static void wlc_phy_txpwrctrl_config_nphy(struct brcms_phy *pi) in wlc_phy_txpwrctrl_config_nphy() 14374 static void wlc_phy_txpwr_srom_read_ppr_nphy(struct brcms_phy *pi) in wlc_phy_txpwr_srom_read_ppr_nphy() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | phy_shim.h | 125 struct brcms_phy;
|