Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h52 #define XHCI_PORT_RWS ((0xf << 5) | (1 << 9) | (0x3 << 14) | (0x7 << 25)) macro
H A Dxhci.c870 return (state & XHCI_PORT_RO) | (state & XHCI_PORT_RWS); in xhci_port_state_to_neutral()
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c404 #define XHCI_PORT_RWS ((0xf<<5) | (1<<9) | (0x3<<14) | (0x7<<25)) macro
447 return (state & XHCI_PORT_RO) | (state & XHCI_PORT_RWS); in xhci_port_state_to_neutral()