Home
last modified time | relevance | path

Searched defs:rtw_ms_to_systime (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h377 #define rtw_ms_to_systime(ms) ({systime __stime = _rtw_ms_to_systime(ms); __stime;}) macro
387 #define rtw_ms_to_systime(ms) _rtw_ms_to_systime(ms) macro