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

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

Completed in 103 milliseconds