Searched refs:STS_CNR (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/usb/host/ |
D | xhci.h | 256 #define STS_CNR XHCI_STS_CNR macro 2686 if (usbsts & STS_CNR) in xhci_decode_usbsts()
|
D | xhci.c | 217 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset() 999 STS_CNR, 0, 10 * 1000 * 1000); in xhci_resume()
|
D | xhci-tegra.c | 990 ret = readl_poll_timeout(&op_regs->status, value, !(value & STS_CNR), 1000, 200000); in tegra_xusb_wait_for_falcon()
|
/Linux-v6.6/drivers/usb/cdns3/ |
D | cdnsp-gadget.h | 219 #define STS_CNR BIT(11) macro
|
D | cdnsp-gadget.c | 300 !(temp & STS_CNR), 1, in cdnsp_reset()
|