Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h1702 uint8 tsf[8]; /* Time Synchronization Function */ member
2507 uint8 tsf[8]; member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp3004 u64 tsf = 0; in onRingBufferData() local
3005 memcpy(&tsf, tlv_data->value, tlv_data->length); in onRingBufferData()
3006 printMsg("TSF value = %llu\n", tsf); in onRingBufferData()