Searched refs:wlc_hw (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | phy_shim.c | 33 struct brcms_hardware *wlc_hw; /* pointer to main wlc_hw structure */ member 38 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw, in wlc_phy_shim_attach() argument 47 physhim->wlc_hw = wlc_hw; in wlc_phy_shim_attach() 100 brcms_b_write_shm(physhim->wlc_hw, offset, v); in wlapi_bmac_write_shm() 105 return brcms_b_read_shm(physhim->wlc_hw, offset); in wlapi_bmac_read_shm() 112 brcms_b_mhf(physhim->wlc_hw, idx, mask, val, bands); in wlapi_bmac_mhf() 117 brcms_b_corereset(physhim->wlc_hw, flags); in wlapi_bmac_corereset() 127 brcms_b_switch_macfreq(physhim->wlc_hw, spurmode); in wlapi_switch_macfreq() 137 brcms_b_mctrl(physhim->wlc_hw, mask, val); in wlapi_bmac_mctrl() 142 brcms_b_phy_reset(physhim->wlc_hw); in wlapi_bmac_phy_reset() [all …]
|
| H A D | phy_shim.h | 127 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw,
|