Searched refs:DWC_MMC_F_NON_REMOVABLE (Results 1 – 3 of 3) sorted by relevance
44 #define DWC_MMC_F_NON_REMOVABLE __BIT(4) macro
168 (sc->sc_flags & (DWC_MMC_F_BROKEN_CD|DWC_MMC_F_NON_REMOVABLE)) == 0; in dwc_mmc_attach_i()294 if ((sc->sc_flags & DWC_MMC_F_NON_REMOVABLE) != 0) { in dwc_mmc_card_detect()
172 sc->sc_flags |= DWC_MMC_F_NON_REMOVABLE; in dwcmmc_acpi_init_props()