xhci.c | 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; local in function:xhci_hc_reset 1171 usbsts = xhci_op_read_4(sc, XHCI_USBSTS) 1781 uint32_t usbsts; local in function:xhci_intr1 [all...] |