Home
last modified time | relevance | path

Searched refs:get_ocr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_mci.h41 uint32_t (*get_ocr)(void *); member
H A Dpxa2x0_mci.c376 if (__predict_true(sc->sc_tag.get_ocr != NULL)) { in pxamci_host_ocr()
377 rv = (*sc->sc_tag.get_ocr)(sc->sc_tag.cookie); in pxamci_host_ocr()
/netbsd-src/sys/arch/hpcarm/dev/
H A Dnbpmci.c90 sc->sc_tag.get_ocr = nbpmci_get_ocr; in pxamci_attach()
H A Dwzero3_mci.c175 sc->sc.sc_tag.get_ocr = wzero3mci_get_ocr; in pxamci_attach()
/netbsd-src/sys/arch/evbarm/gumstix/
H A Dgxmci.c107 sc->sc.sc_tag.get_ocr = gxmci_get_ocr; in pxamci_attach()
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_mci.c147 sc->sc_mci.sc_tag.get_ocr = g42xxeb_mci_get_ocr; in pxamci_attach()
/netbsd-src/sys/arch/zaurus/dev/
H A Dzmci.c121 sc->sc.sc_tag.get_ocr = zmci_get_ocr; in pxamci_attach()