Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mmc/
H A Dmmcsd.c138 #define MMCSD_DIRTY 0x0008 macro
992 sc->flags |= MMCSD_DIRTY; in mmcsd_ioctl_cmd()
1205 sc->flags |= MMCSD_DIRTY; in mmcsd_rw()
1529 if ((sc->flags & MMCSD_DIRTY) == 0) { in mmcsd_flush_cache()
1536 sc->flags &= ~MMCSD_DIRTY; in mmcsd_flush_cache()