Searched refs:match_reg_offset (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_bmac.h | 157 int match_reg_offset,
|
D | wlc_pub.h | 516 extern void wlc_set_addrmatch(struct wlc_info *wlc, int match_reg_offset,
|
D | wlc_bmac.c | 1624 wlc_bmac_set_addrmatch(struct wlc_hw_info *wlc_hw, int match_reg_offset, in wlc_bmac_set_addrmatch() argument 1634 ASSERT(match_reg_offset < RCM_SIZE); in wlc_bmac_set_addrmatch() 1642 W_REG(®s->rcm_ctl, RCM_INC_DATA | match_reg_offset); in wlc_bmac_set_addrmatch()
|
D | wlc_main.c | 8220 wlc_set_addrmatch(struct wlc_info *wlc, int match_reg_offset, in wlc_set_addrmatch() argument 8223 wlc_bmac_set_addrmatch(wlc->hw, match_reg_offset, addr); in wlc_set_addrmatch() 8224 if (match_reg_offset == RCM_BSSID_OFFSET) in wlc_set_addrmatch()
|