Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/usb/
Dhcd.h540 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ macro
546 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes))
/linux-3.4.99/drivers/usb/core/
Dhcd.c1059 tmp = HS_NSECS (bytecount); in usb_calc_bus_time()