/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.c | 395 macctrl = bcma_read32(wlc->hw->d11core, in brcms_deviceremoved() 598 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing() 622 brcms_err(wlc->hw->d11core, "wl%d: WAR: using rate of 1 mbps\n", in brcms_c_calc_frame_time() 683 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits() 689 brcms_dbg_info(wlc_hw->d11core, "wl%d\n", wlc_hw->unit); in brcms_c_write_inits() 728 brcms_err(wlc_hw->d11core, in brcms_c_ucode_bsinit() 738 brcms_err(wlc_hw->d11core, in brcms_c_ucode_bsinit() 743 brcms_err(wlc_hw->d11core, in brcms_c_ucode_bsinit() 752 struct bcma_device *core = wlc_hw->d11core; in brcms_b_core_ioctl() 760 brcms_dbg_info(wlc_hw->d11core, "wl%d: clk %d\n", wlc_hw->unit, clk); in brcms_b_core_phy_clk() [all …]
|
D | ampdu.c | 184 struct bcma_device *core = wlc->hw->d11core; in brcms_c_ampdu_set() 375 brcms_dbg_ht(wlc->hw->d11core, in brcms_c_ffpld_check_txfunfl() 398 brcms_dbg_ht(wlc->hw->d11core, "ampdu_count %d tx_underflows %d\n", in brcms_c_ffpld_check_txfunfl() 452 brcms_dbg_ht(wlc->hw->d11core, in brcms_c_ffpld_check_txfunfl() 487 brcms_err(wlc->hw->d11core, "%s: Rejecting tid %d\n", in brcms_c_ampdu_tx_operational() 807 brcms_dbg_ht(wlc->hw->d11core, "wl%d: count %d ampdu_len %d\n", in brcms_c_ampdu_finalize() 888 brcms_dbg_ht(wlc->hw->d11core, in brcms_c_ampdu_dotxstatus_complete() 894 brcms_err(wlc->hw->d11core, in brcms_c_ampdu_dotxstatus_complete() 914 brcms_dbg_ht(wlc->hw->d11core, in brcms_c_ampdu_dotxstatus_complete() 929 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_ampdu_dotxstatus_complete() [all …]
|
D | mac80211_if.c | 410 brcms_err(wl->wlc->hw->d11core, "ops->tx called while down\n"); in brcms_ops_tx() 427 err = brcms_request_fw(wl, wl->wlc->hw->d11core); in brcms_ops_start() 453 brcms_err(wl->wlc->hw->d11core, "%s: brcms_up() returned %d\n", in brcms_ops_start() 456 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, true); in brcms_ops_start() 471 status = brcms_c_chipmatch(wl->wlc->hw->d11core); in brcms_ops_stop() 474 brcms_err(wl->wlc->hw->d11core, in brcms_ops_stop() 479 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, false); in brcms_ops_stop() 496 brcms_err(wl->wlc->hw->d11core, in brcms_ops_add_interface() 532 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_config() 588 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_bss_info_changed() [all …]
|
D | led.c | 57 struct bcma_drv_cc *cc_drv = &wl->wlc->hw->d11core->bus->drv_cc; in brcms_led_register() 59 struct ssb_sprom *sprom = &wl->wlc->hw->d11core->bus->sprom; in brcms_led_register()
|
D | debug.c | 51 dev_name(&drvr->wlc->hw->d11core->dev), root_folder); in brcms_debugfs_attach() 69 struct bcma_device *core = hw->d11core; in brcms_debugfs_hardware_read() 193 struct device *dev = &drvr->wlc->hw->d11core->dev; in brcms_debugfs_add_entry()
|
D | antsel.c | 112 struct ssb_sprom *sprom = &wlc->hw->d11core->bus->sprom; in brcms_c_antsel_attach() 141 brcms_err(wlc->hw->d11core, in brcms_c_antsel_attach()
|
D | stf.c | 164 brcms_dbg_ht(wlc->hw->d11core, "wl%d: Nsts %d core_mask %x\n", in brcms_c_stf_txcore_set() 198 brcms_dbg_ht(wlc->hw->d11core, "wl%d: val %x\n", wlc->pub->unit, in brcms_c_stf_spatial_policy_set() 372 struct ssb_sprom *sprom = &wlc->hw->d11core->bus->sprom; in brcms_c_stf_phy_chain_calc()
|
D | channel.c | 330 struct ssb_sprom *sprom = &wlc->hw->d11core->bus->sprom; in brcms_c_channel_mgr_attach() 609 brcms_err(wlc->hw->d11core, "wl%d: malformed chanspec 0x%x\n", in brcms_c_valid_chanspec_ext() 727 brcms_err(wlc->hw->d11core, in brcms_reg_notifier()
|
D | main.h | 333 struct bcma_device *d11core; /* pointer to 802.11 core */ member
|
D | dma.c | 554 struct bcma_device *core = wlc->hw->d11core; in dma_attach() 1322 trace_brcms_ampdu_session(&session->wlc->hw->d11core->dev, in ampdu_finalize()
|
/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() 201 if ((pi->d11core->bus->hosttype == BCMA_HOSTTYPE_PCI) && in write_radio_reg() [all …]
|
D | phy_lcn.c | 1567 bcma_chipco_pll_write(&pi->d11core->bus->drv_cc, 0x2, in wlc_lcnphy_set_chanspec_tweaks() 1569 bcma_chipco_pll_maskset(&pi->d11core->bus->drv_cc, 0x3, in wlc_lcnphy_set_chanspec_tweaks() 1571 bcma_chipco_pll_write(&pi->d11core->bus->drv_cc, 0x4, in wlc_lcnphy_set_chanspec_tweaks() 1574 bcma_cc_set32(&pi->d11core->bus->drv_cc, BCMA_CC_PMU_CTL, in wlc_lcnphy_set_chanspec_tweaks() 1583 bcma_chipco_pll_write(&pi->d11core->bus->drv_cc, 0x2, in wlc_lcnphy_set_chanspec_tweaks() 1585 bcma_chipco_pll_maskset(&pi->d11core->bus->drv_cc, 0x3, in wlc_lcnphy_set_chanspec_tweaks() 1587 bcma_chipco_pll_write(&pi->d11core->bus->drv_cc, 0x4, in wlc_lcnphy_set_chanspec_tweaks() 1590 bcma_cc_set32(&pi->d11core->bus->drv_cc, BCMA_CC_PMU_CTL, in wlc_lcnphy_set_chanspec_tweaks() 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() [all …]
|
D | phy_hal.h | 168 struct bcma_device *d11core, int bandtype,
|
D | phy_n.c | 14378 struct ssb_sprom *sprom = &pi->d11core->bus->sprom; in wlc_phy_txpwr_srom_read_ppr_nphy() 14551 struct ssb_sprom *sprom = &pi->d11core->bus->sprom; in wlc_phy_txpwr_srom_read_nphy() 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() 19222 bcma_cc_set32(&pi->d11core->bus->drv_cc, in wlc_phy_init_nphy() 19227 bcma_chipco_chipctl_maskset(&pi->d11core->bus->drv_cc, 1, in wlc_phy_init_nphy() 19233 d11_clk_ctl_st = bcma_read32(pi->d11core, 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() [all …]
|
D | phy_int.h | 541 struct bcma_device *d11core; member 1059 (void)bcma_read32(pi->d11core, D11REGOFFS(maccontrol))
|