Searched refs:STS_CNR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 219 #define STS_CNR BIT(11) macro
|
H A D | cdnsp-gadget.c | 300 !(temp & STS_CNR), 1, in cdnsp_reset()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 256 #define STS_CNR XHCI_STS_CNR macro 2655 if (usbsts & STS_CNR) in xhci_decode_usbsts()
|
H A D | xhci-tegra.c | 1003 if ((value & STS_CNR) == 0) in tegra_xusb_load_firmware() 1010 if (value & STS_CNR) { in tegra_xusb_load_firmware()
|
H A D | xhci.c | 215 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 D | xhci.h | 256 #define STS_CNR XHCI_STS_CNR macro 2687 if (usbsts & STS_CNR) in xhci_decode_usbsts()
|
H A D | xhci.c | 217 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 D | xhci-tegra.c | 990 ret = readl_poll_timeout(&op_regs->status, value, !(value & STS_CNR), 1000, 200000); in tegra_xusb_wait_for_falcon()
|
Completed in 34 milliseconds