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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c40 u_int32_t beacon_period_usec; local
54 beacon_period_usec =
58 beacon_period_usec += beacon_period_fraction;
61 "%s: next_beacon=0x%08x, beacon_period=%d, opmode=%d, beacon_period_usec=%d\n",
62 __func__, next_beacon, beacon_period, opmode, beacon_period_usec);
64 OS_REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period_usec);
65 OS_REG_WRITE(ah, AR_DMA_BEACON_PERIOD, beacon_period_usec);
66 OS_REG_WRITE(ah, AR_SWBA_PERIOD, beacon_period_usec);

Completed in 89 milliseconds