Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Ddw_mmc.h533 #define DW_MMC_CARD_PRESENT 0 macro
Ddw_mmc.c953 if (!test_bit(DW_MMC_CARD_PRESENT, &slot->flags)) { in dw_mci_get_cd()
961 set_bit(DW_MMC_CARD_PRESENT, &slot->flags); in dw_mci_get_cd()
972 if (present && !test_and_set_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()
975 !test_and_clear_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()