Home
last modified time | relevance | path

Searched refs:XHCI_PORTSC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h117 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro
H A Dxhci.c2985 if (XREAD4(sc, oper, XHCI_PORTSC(i)) & ( in xhci_root_intr()
3363 port = XHCI_PORTSC(index); in xhci_roothub_exec()
3451 v = XREAD4(sc, oper, XHCI_PORTSC(j)); in xhci_roothub_exec()
3474 v = XREAD4(sc, oper, XHCI_PORTSC(index)); in xhci_roothub_exec()
3547 port = XHCI_PORTSC(index); in xhci_roothub_exec()