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

/netbsd-current/sys/dev/usb/
H A Dxhci.c769 port = XHCI_PORTSC(xhci_rhport2ctlrport(sc, bn, i));
1026 port = XHCI_PORTSC(xhci_rhport2ctlrport(sc, bn, i));
1469 bsz = XHCI_PORTSC(sc->sc_maxports);
4094 port = XHCI_PORTSC(cp);
4178 v = xhci_op_read_4(sc, XHCI_PORTSC(cp));
4229 port = XHCI_PORTSC(cp);
H A Dxhcireg.h191 #define XHCI_PORTSC(n) (0x3f0 + (0x10 * (n))) /* XHCI port status */ macro

Completed in 89 milliseconds