Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_xmit.c302 AR_Q_RDYTIMECFG_EN); in ar5211ResetTxQueue()
351 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), value | AR_Q_RDYTIMECFG_EN); in ar5211ResetTxQueue()
HDar5211reg.h496 #define AR_Q_RDYTIMECFG_EN 0x01000000 /* ReadyTime enable */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c368 AR_Q_RDYTIMECFG_EN); in ar9300_reset_tx_queue()
429 OS_REG_WRITE(ah, AR_QRDYTIMECFG(q), value | AR_Q_RDYTIMECFG_EN); in ar9300_reset_tx_queue()
HDar9300reg.h493 #define AR_Q_RDYTIMECFG_EN 0x01000000 // ready_time enable macro