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

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h44 #define DWC_MMC_F_NON_REMOVABLE __BIT(4) macro
H A Ddwc_mmc.c168 (sc->sc_flags & (DWC_MMC_F_BROKEN_CD|DWC_MMC_F_NON_REMOVABLE)) == 0;
294 if ((sc->sc_flags & DWC_MMC_F_NON_REMOVABLE) != 0) {
/netbsd-current/sys/dev/acpi/
H A Ddwcmmc_acpi.c172 sc->sc_flags |= DWC_MMC_F_NON_REMOVABLE;
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c171 sc->sc_flags |= DWC_MMC_F_NON_REMOVABLE;

Completed in 111 milliseconds