Searched refs:AR_RX_FILTER (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | if_athn_usb.c | 1060 reg = AR_READ(sc, AR_RX_FILTER); in athn_usb_newstate_cb() 1063 AR_WRITE(sc, AR_RX_FILTER, reg); in athn_usb_newstate_cb() 1120 reg = AR_READ(sc, AR_RX_FILTER); in athn_usb_newstate_cb() 1123 AR_WRITE(sc, AR_RX_FILTER, reg); in athn_usb_newstate_cb()
|
/openbsd/sys/dev/ic/ |
H A D | athnreg.h | 137 #define AR_RX_FILTER 0x803c macro
|
H A D | athn.c | 531 AR_WRITE(sc, AR_RX_FILTER, rfilt); in athn_set_rxfilter() 2652 reg = AR_READ(sc, AR_RX_FILTER); in athn_newstate() 2655 AR_WRITE(sc, AR_RX_FILTER, reg); in athn_newstate()
|