HomeSort by: relevance | last modified time | path
    Searched refs:bt_nextatim (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_beacon.c 39 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim);
71 bt.bt_nextatim = next_beacon + 0; /* NB: no ATIMs */
75 bt.bt_nextatim = 1;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_beacon.c 42 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim);
87 bt.bt_nextatim = next_beacon + 1;
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c 40 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim);
98 bt.bt_nextatim = next_beacon + 1;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_beacon.c 43 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim));
110 bt.bt_nextatim = next_beacon + 1;
  /src/sys/external/isc/atheros_hal/dist/
ah.h 634 uint32_t bt_nextatim; /* next ATIM in TU */ member in struct:__anon975b85b62308

Completed in 44 milliseconds