Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c94 (unsigned int) HCS_U1_LATENCY(temp)); in xhci_print_cap_regs()
Dxhci-hub.c759 buf[12] = HCS_U1_LATENCY(temp); in xhci_hub_control()
Dxhci.h99 #define HCS_U1_LATENCY(p) (((p) >> 0) & 0xff) macro