Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h37 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
H A Dxhci-debugfs.c152 if (cap_id == XHCI_EXT_CAPS_PROTOCOL) { in xhci_debugfs_extcap_regset()
682 xhci_debugfs_extcap_regset(xhci, XHCI_EXT_CAPS_PROTOCOL, in xhci_debugfs_init()
H A Dxhci-mem.c2168 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2179 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2200 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1172 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c373 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port()