Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h476 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c382 port_offset = XHCI_EXT_PORT_OFF(val); in xdbc_reset_debug_port()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h576 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro
H A Dxhci-mem.c2275 port_offset = XHCI_EXT_PORT_OFF(temp); in xhci_add_in_port()
H A Dxhci.c4560 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()