Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c998 if (reg & PORT_PE) in xhci_submit_root()
1034 reg |= PORT_PE; in xhci_submit_root()
1055 reg &= ~PORT_PE; in xhci_submit_root()
Dxhci.h260 #define PORT_PE (1 << 1) macro