Searched refs:machwcap (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h272 void wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap);
H A Dphy_int.h493 u32 machwcap; member in struct:shared_phy
H A Dphy_cmn.c1820 void wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap) argument
1824 pi->sh->machwcap = machwcap;
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h329 u32 machwcap; /* MAC capabilities */ member in struct:brcms_hardware
330 u32 machwcap_backup; /* backup of machwcap */
404 * machwcap: MAC capabilities, BMAC shadow.
H A Dmain.c3320 (u16) (wlc_hw->machwcap & 0xffff));
3323 machwcap >> 16) & 0xffff));
4585 wlc_hw->machwcap = bcma_read32(core, D11REGOFFS(machwcap));
4586 wlc_hw->machwcap_backup = wlc_hw->machwcap;
4608 wlc_phy_machwcap_set(wlc_hw->band->pi, wlc_hw->machwcap);
H A Dd11.h144 u32 machwcap; /* 0x15C */ member in struct:d11regs
549 /*== machwcap ==*/

Completed in 596 milliseconds