Lines Matching refs:usbsts
468 xhci->usbsts |= USBSTS_HCE; in xhci_die()
583 xhci->usbsts |= USBSTS_EINT; in xhci_intr_raise()
604 return !(xhci->usbsts & USBSTS_HCH); in xhci_running()
849 xhci->usbsts &= ~USBSTS_HCH; in xhci_run()
856 xhci->usbsts |= USBSTS_HCH; in xhci_stop()
2699 if (!(xhci->usbsts & USBSTS_HCH)) { in xhci_reset()
2704 xhci->usbsts = USBSTS_HCH; in xhci_reset()
2925 ret = xhci->usbsts; in xhci_oper_read()
2973 xhci->usbsts &= ~USBSTS_SRE; in xhci_oper_write()
2977 xhci->usbsts |= USBSTS_SRE; in xhci_oper_write()
2989 xhci->usbsts &= ~(val & (USBSTS_HSE|USBSTS_EINT|USBSTS_PCD|USBSTS_SRE)); in xhci_oper_write()
3345 xhci->usbsts = USBSTS_HCH; in usb_xhci_init()
3616 VMSTATE_UINT32(usbsts, XHCIState),