Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mmc/
HDmmcsd.c131 #define MMCSD_DIRTY 0x0008 macro
985 sc->flags |= MMCSD_DIRTY; in mmcsd_ioctl_cmd()
1198 sc->flags |= MMCSD_DIRTY; in mmcsd_rw()
1522 if ((sc->flags & MMCSD_DIRTY) == 0) { in mmcsd_flush_cache()
1529 sc->flags &= ~MMCSD_DIRTY; in mmcsd_flush_cache()