Searched refs:AR_TSF_U32 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c337 u32 = OS_REG_READ(ah, AR_TSF_U32);
342 * then we re-reading AR_TSF_U32 does no good as the
387 return (OS_REG_READ(ah, AR_TSF_U32) ^
H A Dar5210reg.h95 #define AR_TSF_U32 0x8070 /* Upper 32bits of local clock */ macro
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c334 u32 = OS_REG_READ(ah, AR_TSF_U32);
339 * then we re-reading AR_TSF_U32 does no good as the
384 return (OS_REG_READ(ah, AR_TSF_U32) ^
H A Dar5211_reset.c230 saveTsfHigh = OS_REG_READ(ah, AR_TSF_U32);
375 OS_REG_WRITE(ah, AR_TSF_U32, saveTsfHigh);
H A Dar5211reg.h258 #define AR_TSF_U32 0x8050 /* local clock upper 32 bits */ macro
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c242 u32 = OS_REG_READ(ah, AR_TSF_U32);
247 * then we re-reading AR_TSF_U32 does no good as the
334 return (OS_REG_READ(ah, AR_TSF_U32) ^
H A Dar5212reg.h271 #define AR_TSF_U32 0x8050 /* MAC local clock upper 32 bits */ macro
/netbsd-current/sys/dev/ic/
H A Dathnreg.h146 #define AR_TSF_U32 0x8050 macro
H A Dathn.c1976 tsfhi = AR_READ(sc, AR_TSF_U32);
2215 tsfhi = AR_READ(sc, AR_TSF_U32);
2258 AR_WRITE(sc, AR_TSF_U32, tsfhi);
H A Darn5008.c736 tsf = AR_READ(sc, AR_TSF_U32);
H A Darn9003.c887 tsf = AR_READ(sc, AR_TSF_U32);

Completed in 151 milliseconds