Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c161 u_int txRate0, u_int txTries0, in ar5416SetupTxDesc() argument
179 HALASSERT(isValidTxRate(txRate0)); in ar5416SetupTxDesc()
199 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5416SetupTxDesc()
378 u_int txRate0, u_int txTries0, u_int antMode,
386 HALASSERT(isValidTxRate(txRate0));
399 ads->ds_ctl3 |= (txRate0 << AR_XmitRate0_S);
H A Dar5416.h206 u_int txRate0, u_int txTries0,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c482 u_int txRate0, u_int txTries0, in ar5210SetupTxDesc() argument
500 HALASSERT(isValidTxRate(txRate0)); in ar5210SetupTxDesc()
507 | (txRate0 << AR_XmitRate_S) in ar5210SetupTxDesc()
H A Dar5210.h164 u_int txRate0, u_int txRetries0,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_xmit.c514 u_int txRate0, u_int txTries0, in ar5211SetupTxDesc() argument
532 HALASSERT(isValidTxRate(txRate0)); in ar5211SetupTxDesc()
536 | (txRate0 << AR_XmitRate_S) in ar5211SetupTxDesc()
H A Dar5211.h191 u_int txRate0, u_int txTries0,
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c668 u_int txRate0, u_int txTries0, in ar5212SetupTxDesc() argument
686 HALASSERT(isValidTxRate(txRate0)); in ar5212SetupTxDesc()
709 ads->ds_ctl3 = (txRate0 << AR_XmitRate0_S) in ar5212SetupTxDesc()
H A Dar5212.h572 u_int txRate0, u_int txTries0,
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.h730 u_int txRate0, u_int txTries0,