Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
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()
Dxhci-hub.c1903 temp &= ~CMD_EIE; in xhci_bus_resume()
1982 temp |= CMD_EIE; in xhci_bus_resume()
Dxhci.h211 #define CMD_EIE XHCI_CMD_EIE macro
Dxhci.c471 temp |= (CMD_EIE); in xhci_run_finished()