Home
last modified time | relevance | path

Searched refs:CMD_EIE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h186 #define CMD_EIE XHCI_CMD_EIE macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c2177 usbcmd &= ~CMD_EIE; in tegra_xusb_enter_elpg()
2224 usbcmd |= CMD_EIE; in tegra_xusb_enter_elpg()
2296 usbcmd |= CMD_EIE; in tegra_xusb_exit_elpg()
H A Dxhci-hub.c1903 temp &= ~CMD_EIE; in xhci_bus_resume()
1982 temp |= CMD_EIE; in xhci_bus_resume()
H A Dxhci.h131 #define CMD_EIE XHCI_CMD_EIE macro
H A Dxhci.c472 temp |= (CMD_EIE); in xhci_run_finished()