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

/openbsd-current/sys/dev/ic/
H A Dufshcivar.h19 #define UFSHCI_READ_4(sc, x) \ macro
H A Dufshci.c130 status = UFSHCI_READ_4(sc, UFSHCI_REG_IS);
152 hcs = UFSHCI_READ_4(sc, UFSHCI_REG_HCS);
158 hcs = UFSHCI_READ_4(sc, UFSHCI_REG_HCS);
185 sc->sc_ver = UFSHCI_READ_4(sc, UFSHCI_REG_VER);
191 sc->sc_cap = UFSHCI_READ_4(sc, UFSHCI_REG_CAP);
192 sc->sc_hcpid = UFSHCI_READ_4(sc, UFSHCI_REG_HCPID);
193 sc->sc_hcmid = UFSHCI_READ_4(sc, UFSHCI_REG_HCMID);
294 hce = UFSHCI_READ_4(sc, UFSHCI_REG_HCE);
319 status = UFSHCI_READ_4(sc, UFSHCI_REG_IS);
457 reg = UFSHCI_READ_4(s
[all...]

Completed in 114 milliseconds