Searched refs:brcms_hardware (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.h | 312 struct brcms_hardware { struct 458 struct brcms_hardware *hw; 621 int brcms_b_xmtfifo_sz_get(struct brcms_hardware *wlc_hw, uint fifo, 633 void brcms_c_inval_dma_pkts(struct brcms_hardware *hw, 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); [all …]
|
D | main.c | 502 wlc->hw = kzalloc(sizeof(struct brcms_hardware), GFP_ATOMIC); in brcms_c_attach_malloc() 595 static void brcms_b_update_slot_timing(struct brcms_hardware *wlc_hw, in brcms_b_update_slot_timing() 680 static void brcms_c_write_inits(struct brcms_hardware *wlc_hw, in brcms_c_write_inits() 704 static void brcms_c_write_mhf(struct brcms_hardware *wlc_hw, u16 *mhfs) in brcms_c_write_mhf() 716 static void brcms_c_ucode_bsinit(struct brcms_hardware *wlc_hw) in brcms_c_ucode_bsinit() 750 static void brcms_b_core_ioctl(struct brcms_hardware *wlc_hw, u32 m, u32 v) in brcms_b_core_ioctl() 758 static void brcms_b_core_phy_clk(struct brcms_hardware *wlc_hw, bool clk) in brcms_b_core_phy_clk() 783 static void brcms_c_setxband(struct brcms_hardware *wlc_hw, uint bandunit) in brcms_c_setxband() 810 struct brcms_hardware *wlc_hw = wlc->hw; in brcms_c_setband_inact() 1022 brcms_b_txstatus(struct brcms_hardware *wlc_hw, bool bound, bool *fatal) in brcms_b_txstatus() [all …]
|
D | phy_shim.c | 33 struct brcms_hardware *wlc_hw; /* pointer to main wlc_hw structure */ 38 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw, in wlc_phy_shim_attach()
|
D | phy_shim.h | 127 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw,
|
D | types.h | 283 struct brcms_hardware;
|
D | debug.c | 68 struct brcms_hardware *hw = drvr->wlc->hw; in brcms_debugfs_hardware_read()
|