Home | History | Annotate | Download | only in usb

Lines Matching defs:usbsts

888 	 *     USBSTS register (5.4.2) to transition to ``0''.'
896 device_printf(self, "suspend timeout, USBSTS.SSS\n");
905 * Save/Restore Error (SRE) flag in the USBSTS register should
910 device_printf(self, "suspend error, USBSTS.SRE\n");
998 * USBSTS register (5.4.2) to transition to ``0''.'
1006 device_printf(self, "resume timeout, USBSTS.RSS\n");
1128 * Save/Restore Error (SRE) flag in the USBSTS register should
1133 device_printf(self, "resume error, USBSTS.SRE\n");
1166 uint32_t usbcmd, usbsts;
1171 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1172 if ((usbsts & XHCI_STS_CNR) == 0)
1206 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1207 if ((usbsts & XHCI_STS_CNR) == 0)
1781 uint32_t usbsts;
1786 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1787 XHCIHIST_CALLARGS("USBSTS 0x%08jx", usbsts, 0, 0, 0);
1788 if ((usbsts & (XHCI_STS_HSE | XHCI_STS_EINT | XHCI_STS_PCD |
1800 xhci_op_write_4(sc, XHCI_USBSTS, usbsts & ~XHCI_STS_RSVDP0);
1803 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1804 DPRINTFN(16, "USBSTS 0x%08jx", usbsts, 0, 0, 0);
1815 usbsts = xhci_op_read_4(sc, XHCI_USBSTS);
1816 DPRINTFN(16, "USBSTS 0x%08jx", usbsts, 0, 0, 0);