Home
last modified time | relevance | path

Searched refs:AR_Q_RDYTIMECFG_EN (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c365 AR_Q_RDYTIMECFG_EN); in ar9300_reset_tx_queue()
437 AR_Q_RDYTIMECFG_EN); in ar9300_reset_tx_queue()
457 AR_Q_RDYTIMECFG_EN); in ar9300_reset_tx_queue()
H A Dar9300reg.h493 #define AR_Q_RDYTIMECFG_EN 0x01000000 // ready_time enable macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c301 AR_Q_RDYTIMECFG_EN); in ar5211ResetTxQueue()
350 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), value | AR_Q_RDYTIMECFG_EN); in ar5211ResetTxQueue()
H A Dar5211reg.h496 #define AR_Q_RDYTIMECFG_EN 0x01000000 /* ReadyTime enable */ macro