Home
last modified time | relevance | path

Searched refs:XHCI_PORT_RO (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h47 #define XHCI_PORT_RO ((1 << 0) | (1 << 3) | (0xf << 10) | (1 << 30)) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c880 return (state & XHCI_PORT_RO) | (state & XHCI_PORT_RWS); in xhci_port_state_to_neutral()