Searched defs:USB_MS_TO_HS_INTERVAL (Results 1 – 2 of 2) sorted by relevance
60 #define USB_MS_TO_HS_INTERVAL(x) (ilog2((x * 1000 / 125)) + 1) macro
47 #define USB_MS_TO_HS_INTERVAL(x) (ilog2((x * 1000 / 125)) + 1) macro