Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ext-caps.h37 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
H A Dxhci-debugfs.c151 if (cap_id == XHCI_EXT_CAPS_PROTOCOL) { in xhci_debugfs_extcap_regset()
681 xhci_debugfs_extcap_regset(xhci, XHCI_EXT_CAPS_PROTOCOL, in xhci_debugfs_init()
H A Dxhci-mem.c2428 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2439 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2460 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1173 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
/OK3568_Linux_fs/kernel/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()