Home
last modified time | relevance | path

Searched refs:STS_CNR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h219 #define STS_CNR BIT(11) macro
H A Dcdnsp-gadget.c300 !(temp & STS_CNR), 1, in cdnsp_reset()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h256 #define STS_CNR XHCI_STS_CNR macro
2655 if (usbsts & STS_CNR) in xhci_decode_usbsts()
H A Dxhci-tegra.c1003 if ((value & STS_CNR) == 0) in tegra_xusb_load_firmware()
1010 if (value & STS_CNR) { in tegra_xusb_load_firmware()
H A Dxhci.c215 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
1144 STS_CNR, 0, 10 * 1000 * 1000); in xhci_resume()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h256 #define STS_CNR XHCI_STS_CNR macro
2687 if (usbsts & STS_CNR) in xhci_decode_usbsts()
H A Dxhci.c217 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
1000 STS_CNR, 0, 10 * 1000 * 1000); in xhci_resume()
H A Dxhci-tegra.c990 ret = readl_poll_timeout(&op_regs->status, value, !(value & STS_CNR), 1000, 200000); in tegra_xusb_wait_for_falcon()

Completed in 37 milliseconds