Home
last modified time | relevance | path

Searched refs:AR_RIMT_FIRST (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416reg.h147 #define AR_RIMT_FIRST 0xffff0000 /* First packet threshold */ macro
H A Dar5416_reset.c337 OS_REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 2000); in ar5416Reset()
/netbsd/sys/dev/ic/
H A Dathn.c2371 AR_WRITE(sc, AR_RIMT, SM(AR_RIMT_FIRST, 2000) | SM(AR_RIMT_LAST, 500)); in athn_hw_reset()