Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_mmc.c1018 uint32_t idst, imask, rint; local
1023 idst = AW_MMC_READ_4(sc, AW_MMC_IDST);
1025 if (idst == 0 && imask == 0 && rint == 0) {
1031 idst, imask, rint);
1056 if (idst & AW_MMC_IDST_ERROR) {
1058 device_printf(sc->aw_dev, "error idst: 0x%08x\n", idst);
1070 if (data != NULL && (idst & AW_MMC_IDST_COMPLETE) != 0) {
1086 AW_MMC_WRITE_4(sc, AW_MMC_IDST, idst);