Home
last modified time | relevance | path

Searched refs:AR_RX_FILTER (Results 1 – 9 of 9) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_recv.c157 return OS_REG_READ(ah, AR_RX_FILTER); in ar5211GetRxFilter()
166 OS_REG_WRITE(ah, AR_RX_FILTER, bits); in ar5211SetRxFilter()
H A Dar5211reg.h253 #define AR_RX_FILTER 0x803C /* receive filter register */ macro
/netbsd/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_recv.c157 return OS_REG_READ(ah, AR_RX_FILTER); in ar5210GetRxFilter()
170 OS_REG_WRITE(ah, AR_RX_FILTER, bits); in ar5210SetRxFilter()
H A Dar5210reg.h86 #define AR_RX_FILTER 0x804c /* Receive filter */ macro
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_recv.c160 uint32_t bits = OS_REG_READ(ah, AR_RX_FILTER); in ar5212GetRxFilter()
181 OS_REG_WRITE(ah, AR_RX_FILTER, in ar5212SetRxFilter()
H A Dar5212reg.h266 #define AR_RX_FILTER 0x803C /* MAC receive filter register */ macro
/netbsd/sys/dev/ic/
H A Dathn.c526 AR_WRITE(sc, AR_RX_FILTER, rfilt); in athn_set_rxfilter()
2543 reg = AR_READ(sc, AR_RX_FILTER); in athn_newstate()
2546 AR_WRITE(sc, AR_RX_FILTER, reg); in athn_newstate()
H A Dathnreg.h141 #define AR_RX_FILTER 0x803c macro
/netbsd/sys/dev/usb/
H A Dif_athn_usb.c1500 reg = AR_READ(sc, AR_RX_FILTER); in athn_usb_newstate_cb()
1503 AR_WRITE(sc, AR_RX_FILTER, reg); in athn_usb_newstate_cb()