Home
last modified time | relevance | path

Searched refs:HCS_U1_LATENCY (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dxhci-dbg.c95 (unsigned int) HCS_U1_LATENCY(temp)); in xhci_print_cap_regs()
Dxhci-hub.c101 buf[12] = HCS_U1_LATENCY(temp); in xhci_create_usb3_bos_desc()
Dxhci.h102 #define HCS_U1_LATENCY(p) (((p) >> 0) & 0xff) macro