Home
last modified time | relevance | path

Searched refs:XHCI_USBSTS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h86 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
H A Dxhci.c331 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller()
334 XWRITE4(sc, oper, XHCI_USBSTS, temp); in xhci_start_controller()
432 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller()
471 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller()
497 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_reset_controller()
1693 status = XREAD4(sc, oper, XHCI_USBSTS); in xhci_interrupt()
1697 XWRITE4(sc, oper, XHCI_USBSTS, status); in xhci_interrupt()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2238 case XHCI_USBSTS: in pci_xhci_hostop_write()
2396 case XHCI_USBSTS: /* 0x04 */ in pci_xhci_hostop_read()
/freebsd/sys/dev/pci/
H A Dpci.c3809 bus_read_4(res, offs + XHCI_USBSTS); in xhci_early_takeover()