Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h223 #define STS_CNR XHCI_STS_CNR macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h257 #define STS_CNR XHCI_STS_CNR macro
2716 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.c211 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
1136 STS_CNR, 0, 10 * 1000 * 1000); in xhci_resume()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c231 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()