Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc.h547 #define DW_MMC_CARD_PRESENT 0 macro
Ddw_mmc.c962 if (!test_bit(DW_MMC_CARD_PRESENT, &slot->flags)) { in dw_mci_get_cd()
970 set_bit(DW_MMC_CARD_PRESENT, &slot->flags); in dw_mci_get_cd()
981 if (present && !test_and_set_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()
984 !test_and_clear_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()