Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.h159 #define XHCI_PORT_RWS ((0xf<<5) | (1<<9) | (0x3<<14) | (0x7<<25)) macro
H A DdrvUSBHwCtl.c591 return (state & XHCI_PORT_RO) | (state & XHCI_PORT_RWS); in xhci_port_state_to_neutral()