Home
last modified time | relevance | path

Searched refs:XHCI_EXT_PORT_OFF (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h475 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c382 port_offset = XHCI_EXT_PORT_OFF(val); in xdbc_reset_debug_port()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h323 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro
H A Dxhci-mem.c2003 port_offset = XHCI_EXT_PORT_OFF(temp); in xhci_add_in_port()
H A Dxhci.c4517 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()