Add register defintions for the AR5416 TX/RX latency fields.

Obtained from:	Qualcomm Atheros
This commit is contained in:
Adrian Chadd 2012-09-13 07:17:58 +00:00
parent 1690edb32c
commit c19a7918f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240445

View File

@ -123,6 +123,12 @@
#define AR_RTC_DERIVED_CLK_PERIOD_S 1
#endif /* AH_SUPPORT_AR9130 */
/* AR_USEC: 0x801c */
#define AR5416_USEC_TX_LAT 0x007FC000 /* tx latency to start of SIGNAL (usec) */
#define AR5416_USEC_TX_LAT_S 14 /* tx latency to start of SIGNAL (usec) */
#define AR5416_USEC_RX_LAT 0x1F800000 /* rx latency to start of SIGNAL (usec) */
#define AR5416_USEC_RX_LAT_S 23 /* rx latency to start of SIGNAL (usec) */
#define AR_RESET_TSF 0x8020
/*