Lines Matching refs:wlc_hw

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()
147 brcms_b_bw_set(physhim->wlc_hw, bw); in wlapi_bmac_bw_set()
152 return brcms_b_get_txant(physhim->wlc_hw); in wlapi_bmac_get_txant()
157 brcms_b_phyclk_fgc(physhim->wlc_hw, clk); in wlapi_bmac_phyclk_fgc()
162 brcms_b_macphyclk_set(physhim->wlc_hw, clk); in wlapi_bmac_macphyclk_set()
167 brcms_b_core_phypll_ctl(physhim->wlc_hw, on); in wlapi_bmac_core_phypll_ctl()
172 brcms_b_core_phypll_reset(physhim->wlc_hw); in wlapi_bmac_core_phypll_reset()
177 brcms_c_ucode_wake_override_set(physhim->wlc_hw, in wlapi_bmac_ucode_wake_override_phyreg_set()
183 brcms_c_ucode_wake_override_clear(physhim->wlc_hw, in wlapi_bmac_ucode_wake_override_phyreg_clear()
191 brcms_b_write_template_ram(physhim->wlc_hw, offset, len, buf); in wlapi_bmac_write_template_ram()
196 return brcms_b_rate_shm_offset(physhim->wlc_hw, rate); in wlapi_bmac_rate_shm_offset()
207 brcms_b_copyfrom_objmem(physhim->wlc_hw, offset, buf, len, sel); in wlapi_copyfrom_objmem()
214 brcms_b_copyto_objmem(physhim->wlc_hw, offset, buf, l, sel); in wlapi_copyto_objmem()