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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h185 #define XHCI_CONFIG 0x38 macro
H A Dxhci.c850 sc->sc_regs.config = xhci_op_read_4(sc, XHCI_CONFIG);
958 xhci_op_write_4(sc, XHCI_CONFIG, sc->sc_regs.config);
1550 config = xhci_op_read_4(sc, XHCI_CONFIG);
1553 xhci_op_write_4(sc, XHCI_CONFIG, config);

Completed in 90 milliseconds