Home
last modified time | relevance | path

Searched refs:RAL_ENABLE_TSF_SYNC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uralreg.h117 #define RAL_ENABLE_TSF_SYNC(x) (((x) & 0x3) << 1) macro
H A Dif_ural.c1749 tmp |= RAL_ENABLE_TSF_SYNC(1); in ural_enable_tsf_sync()
1751 tmp |= RAL_ENABLE_TSF_SYNC(2) | RAL_ENABLE_BEACON_GENERATOR; in ural_enable_tsf_sync()
1762 ural_write(sc, RAL_TXRX_CSR19, RAL_ENABLE_TSF | RAL_ENABLE_TSF_SYNC(2)); in ural_enable_tsf()