Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h31 #define HCS_U1_LATENCY(p) (((p) >> 0) & 0xff) macro
H A Dxhci-hub.c117 ss_cap->bU1devExitLat = HCS_U1_LATENCY(reg); in xhci_create_usb3x_bos_desc()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h120 #define HCS_U1_LATENCY(p) (((p) >> 0) & 0xff) macro