Searched refs:phy_shim_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | phy_shim.h | 127 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw, 130 void wlc_phy_shim_detach(struct phy_shim_info *physhim); 133 struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim, 139 void wlapi_intrson(struct phy_shim_info *physhim); 140 u32 wlapi_intrsoff(struct phy_shim_info *physhim); 141 void wlapi_intrsrestore(struct phy_shim_info *physhim, u32 macintmask); 143 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v); 144 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset); 145 void wlapi_bmac_mhf(struct phy_shim_info *physhim, u8 idx, u16 mask, u16 val, 147 void wlapi_bmac_corereset(struct phy_shim_info *physhim, u32 flags); [all …]
|
D | phy_shim.c | 32 struct phy_shim_info { struct 38 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw, in wlc_phy_shim_attach() argument 41 struct phy_shim_info *physhim = NULL; in wlc_phy_shim_attach() 43 physhim = kzalloc(sizeof(struct phy_shim_info), GFP_ATOMIC); in wlc_phy_shim_attach() 54 void wlc_phy_shim_detach(struct phy_shim_info *physhim) in wlc_phy_shim_detach() 59 struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim, in wlapi_init_timer() 84 void wlapi_intrson(struct phy_shim_info *physhim) in wlapi_intrson() 89 u32 wlapi_intrsoff(struct phy_shim_info *physhim) in wlapi_intrsoff() 94 void wlapi_intrsrestore(struct phy_shim_info *physhim, u32 macintmask) in wlapi_intrsrestore() 99 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v) in wlapi_bmac_write_shm() [all …]
|
D | main.h | 334 struct phy_shim_info *physhim; /* phy shim layer handler */
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 96 struct phy_shim_info; 155 struct phy_shim_info *physhim;
|
D | phy_int.h | 17 struct phy_shim_info; 473 struct phy_shim_info *physhim;
|