Lines Matching refs:wlc_hw

621 int brcms_b_xmtfifo_sz_get(struct brcms_hardware *wlc_hw, uint fifo,
638 void brcms_b_antsel_type_set(struct brcms_hardware *wlc_hw, u8 antsel_type);
639 void brcms_b_set_chanspec(struct brcms_hardware *wlc_hw, u16 chanspec,
641 void brcms_b_write_shm(struct brcms_hardware *wlc_hw, uint offset, u16 v);
642 u16 brcms_b_read_shm(struct brcms_hardware *wlc_hw, uint offset);
643 void brcms_b_mhf(struct brcms_hardware *wlc_hw, u8 idx, u16 mask, u16 val,
645 void brcms_b_corereset(struct brcms_hardware *wlc_hw, u32 flags);
646 void brcms_b_mctrl(struct brcms_hardware *wlc_hw, u32 mask, u32 val);
647 void brcms_b_phy_reset(struct brcms_hardware *wlc_hw);
648 void brcms_b_bw_set(struct brcms_hardware *wlc_hw, u16 bw);
649 void brcms_b_core_phypll_reset(struct brcms_hardware *wlc_hw);
650 void brcms_c_ucode_wake_override_set(struct brcms_hardware *wlc_hw,
652 void brcms_c_ucode_wake_override_clear(struct brcms_hardware *wlc_hw,
654 void brcms_b_write_template_ram(struct brcms_hardware *wlc_hw, int offset,
656 u16 brcms_b_rate_shm_offset(struct brcms_hardware *wlc_hw, u8 rate);
657 void brcms_b_copyto_objmem(struct brcms_hardware *wlc_hw, uint offset,
659 void brcms_b_copyfrom_objmem(struct brcms_hardware *wlc_hw, uint offset,
661 void brcms_b_switch_macfreq(struct brcms_hardware *wlc_hw, u8 spurmode);
662 u16 brcms_b_get_txant(struct brcms_hardware *wlc_hw);
663 void brcms_b_phyclk_fgc(struct brcms_hardware *wlc_hw, bool clk);
664 void brcms_b_macphyclk_set(struct brcms_hardware *wlc_hw, bool clk);
665 void brcms_b_core_phypll_ctl(struct brcms_hardware *wlc_hw, bool on);
666 void brcms_b_txant_set(struct brcms_hardware *wlc_hw, u16 phytxant);
667 void brcms_b_band_stf_ss_set(struct brcms_hardware *wlc_hw, u8 stf_mode);