Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h659 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ macro
665 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes))
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c1119 tmp = HS_NSECS (bytecount); in usb_calc_bus_time()