Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcsd.c130 #define MMCSD_DIRTY 0x0008 macro
984 sc->flags |= MMCSD_DIRTY; in mmcsd_ioctl_cmd()
1197 sc->flags |= MMCSD_DIRTY; in mmcsd_rw()
1521 if ((sc->flags & MMCSD_DIRTY) == 0) { in mmcsd_flush_cache()
1528 sc->flags &= ~MMCSD_DIRTY; in mmcsd_flush_cache()