Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c1004 if (reg & PORT_RESET) in xhci_submit_root()
1042 reg |= PORT_RESET; in xhci_submit_root()
Dxhci.h265 #define PORT_RESET (1 << 4) macro