Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dufshcireg.h56 #define UFSHCI_REG_HCMID_BI(x) ((x >> 8) & 0x000000ff) /* RO */ macro
H A Dufshci.c208 printf(" BI=0x%04x\n", UFSHCI_REG_HCMID_BI(sc->sc_hcmid)); in ufshci_attach()