Searched refs:phy_shim_info (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dphy_shim.h127 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 *physhi
[all...]
H A Dphy_shim.c32 struct phy_shim_info { struct
38 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw,
41 struct phy_shim_info *physhim = NULL;
43 physhim = kzalloc(sizeof(struct phy_shim_info), GFP_ATOMIC);
54 void wlc_phy_shim_detach(struct phy_shim_info *physhim)
59 struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim,
84 void wlapi_intrson(struct phy_shim_info *physhim)
89 u32 wlapi_intrsoff(struct phy_shim_info *physhim)
94 void wlapi_intrsrestore(struct phy_shim_info *physhim, u32 macintmask)
99 void wlapi_bmac_write_shm(struct phy_shim_info *physhi
[all...]
H A Dmain.h334 struct phy_shim_info *physhim; /* phy shim layer handler */
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h107 struct phy_shim_info;
166 struct phy_shim_info *physhim;
H A Dphy_int.h28 struct phy_shim_info;
491 struct phy_shim_info *physhim;

Completed in 93 milliseconds