Searched refs:D11REGOFFS (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.c | 396 D11REGOFFS(maccontrol)); in brcms_deviceremoved() 602 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0207); in brcms_b_update_slot_timing() 606 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0212); in brcms_b_update_slot_timing() 816 D11REGOFFS(maccontrol)); in brcms_c_setband_inact() 1039 s1 = bcma_read32(core, D11REGOFFS(frmtxstatus)); in brcms_b_txstatus() 1050 s2 = bcma_read32(core, D11REGOFFS(frmtxstatus2)); in brcms_b_txstatus() 1246 D11REGOFFS(clk_ctl_st), in brcms_b_clkctl_clk() 1253 D11REGOFFS(clk_ctl_st)) & in brcms_b_clkctl_clk() 1257 D11REGOFFS(clk_ctl_st)) & in brcms_b_clkctl_clk() 1262 D11REGOFFS(clk_ctl_st)) & in brcms_b_clkctl_clk() [all …]
|
D | ampdu.c | 1031 s1 = bcma_read32(wlc->hw->d11core, D11REGOFFS(frmtxstatus)); in brcms_c_ampdu_dotxstatus() 1038 D11REGOFFS(frmtxstatus)); in brcms_c_ampdu_dotxstatus() 1041 s2 = bcma_read32(wlc->hw->d11core, D11REGOFFS(frmtxstatus2)); in brcms_c_ampdu_dotxstatus()
|
D | d11.h | 434 #define D11REGOFFS(field) offsetof(struct d11regs, field) macro
|
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 142 (void)bcma_read16(pi->d11core, D11REGOFFS(phyversion)); in wlc_radioreg_exit() 177 bcma_wflush16(pi->d11core, D11REGOFFS(radioregaddr), addr); in read_radio_reg() 178 data = bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_reg() 180 bcma_wflush16(pi->d11core, D11REGOFFS(phy4waddr), addr); in read_radio_reg() 181 data = bcma_read16(pi->d11core, D11REGOFFS(phy4wdatalo)); in read_radio_reg() 194 bcma_wflush16(pi->d11core, D11REGOFFS(radioregaddr), addr); in write_radio_reg() 195 bcma_write16(pi->d11core, D11REGOFFS(radioregdata), val); in write_radio_reg() 197 bcma_wflush16(pi->d11core, D11REGOFFS(phy4waddr), addr); in write_radio_reg() 198 bcma_write16(pi->d11core, D11REGOFFS(phy4wdatalo), val); in write_radio_reg() 203 (void)bcma_read32(pi->d11core, D11REGOFFS(maccontrol)); in write_radio_reg() [all …]
|
D | phy_lcn.c | 2809 suspend = (0 == (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & in wlc_lcnphy_idle_tssi_est() 2890 suspend = (0 == (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & in wlc_lcnphy_vbat_temp_sense_setup() 3017 suspend = (0 == (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & in wlc_lcnphy_tx_pwr_ctrl_init() 3520 curval1 = bcma_read16(pi->d11core, D11REGOFFS(psm_corectlsts)); in wlc_lcnphy_samp_cap() 3522 bcma_write16(pi->d11core, D11REGOFFS(psm_corectlsts), in wlc_lcnphy_samp_cap() 3525 bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_strptr), 0x7E00); in wlc_lcnphy_samp_cap() 3526 bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_stpptr), 0x8000); in wlc_lcnphy_samp_cap() 3528 curval2 = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_lcnphy_samp_cap() 3529 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), in wlc_lcnphy_samp_cap() 3547 stpptr = bcma_read16(pi->d11core, D11REGOFFS(smpl_clct_stpptr)); in wlc_lcnphy_samp_cap() [all …]
|
D | phy_n.c | 17580 (void)bcma_read32(pi->d11core, D11REGOFFS(maccontrol)); in wlc_phy_txpwrctrl_pwr_setup_nphy() 17712 (void)bcma_read32(pi->d11core, D11REGOFFS(maccontrol)); in wlc_phy_txpwrctrl_pwr_setup_nphy() 19234 D11REGOFFS(clk_ctl_st)); in wlc_phy_init_nphy() 19235 bcma_mask32(pi->d11core, D11REGOFFS(clk_ctl_st), in wlc_phy_init_nphy() 19238 bcma_write32(pi->d11core, D11REGOFFS(clk_ctl_st), in wlc_phy_init_nphy() 19644 suspend = (0 == (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & in wlc_phy_rxcore_setstate_nphy() 21037 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup() 21038 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), in wlc_phy_chanspec_nphy_setup() 21044 bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), val); in wlc_phy_chanspec_nphy_setup() 21051 val = bcma_read16(pi->d11core, D11REGOFFS(psm_phy_hdr_param)); in wlc_phy_chanspec_nphy_setup() [all …]
|
D | phy_int.h | 1059 (void)bcma_read32(pi->d11core, D11REGOFFS(maccontrol))
|