Searched defs:ts_paddr_start (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c578 ah->ts_paddr_start, ah->ts_paddr_end,
581 REG_WRITE(ah, AR_Q_STATUS_RING_START, ah->ts_paddr_start);
586 u32 ts_paddr_start,
590 ah->ts_paddr_start = ts_paddr_start;
591 ah->ts_paddr_end = ts_paddr_start + (size * sizeof(struct ar9003_txs));
585 ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start, u32 ts_paddr_start, u16 size) argument
H A Dhw.h1016 u32 ts_paddr_start; member in struct:ath_hw

Completed in 14 milliseconds