Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.h256 #define STS_CNR XHCI_STS_CNR macro
2676 if (usbsts & STS_CNR) in xhci_decode_usbsts()
Dxhci-tegra.c975 if ((value & STS_CNR) == 0) in tegra_xusb_load_firmware()
982 if (value & STS_CNR) { in tegra_xusb_load_firmware()
Dxhci.c216 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
1158 STS_CNR, 0, 10 * 1000 * 1000); in xhci_resume()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h219 #define STS_CNR BIT(11) macro
Dcdnsp-gadget.c300 !(temp & STS_CNR), 1, in cdnsp_reset()