Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dufshci.c132 status = UFSHCI_READ_4(sc, UFSHCI_REG_IS); in ufshci_intr()
150 hcs = UFSHCI_READ_4(sc, UFSHCI_REG_HCS); in ufshci_intr()
156 hcs = UFSHCI_READ_4(sc, UFSHCI_REG_HCS); in ufshci_intr()
183 sc->sc_ver = UFSHCI_READ_4(sc, UFSHCI_REG_VER); in ufshci_attach()
189 sc->sc_cap = UFSHCI_READ_4(sc, UFSHCI_REG_CAP); in ufshci_attach()
190 sc->sc_hcpid = UFSHCI_READ_4(sc, UFSHCI_REG_HCPID); in ufshci_attach()
294 hce = UFSHCI_READ_4(sc, UFSHCI_REG_HCE); in ufshci_reset()
317 status = UFSHCI_READ_4(sc, UFSHCI_REG_IS); in ufshci_is_poll()
455 reg = UFSHCI_READ_4(sc, UFSHCI_REG_HCS); in ufshci_init()
525 reg = UFSHCI_READ_4(sc, UFSHCI_REG_UTRLDBR); in ufshci_doorbell_read()
[all …]
H A Dufshcivar.h28 #define UFSHCI_READ_4(sc, x) \ macro