Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.h92 #define IWMBT_TS2MSEC(ts) ((ts).tv_sec * 1000 + (ts).tv_nsec / 1000000)
80 #define IWMBT_TS2MSEC( global() macro
H A Diwmbt_hw.c130 IWMBT_TS2MSEC(remains) + 1); in iwmbt_hci_command()