Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcivar.h153 #define XREAD2(sc, a) xhci_read_2((sc)->iot, (sc)->ioh, (a)) macro
Dxhci.c306 sc->sc_version = XREAD2(sc, XHCI_HCIVERSION); in xhci_init()