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

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h43 #define DWC_MMC_F_BROKEN_CD __BIT(3) macro
H A Ddwc_mmc.c168 (sc->sc_flags & (DWC_MMC_F_BROKEN_CD|DWC_MMC_F_NON_REMOVABLE)) == 0;
291 if ((sc->sc_flags & DWC_MMC_F_BROKEN_CD) != 0) {
/netbsd-current/sys/dev/acpi/
H A Ddwcmmc_acpi.c177 sc->sc_flags |= DWC_MMC_F_BROKEN_CD;
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c174 sc->sc_flags |= DWC_MMC_F_BROKEN_CD;

Completed in 199 milliseconds