Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.h533 #define DW_MMC_CARD_PRESENT 0 macro
H A Ddw_mmc.c956 if (!test_bit(DW_MMC_CARD_PRESENT, &slot->flags)) { in dw_mci_get_cd()
964 set_bit(DW_MMC_CARD_PRESENT, &slot->flags); in dw_mci_get_cd()
975 if (present && !test_and_set_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()
978 !test_and_clear_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.h547 #define DW_MMC_CARD_PRESENT 0 macro
H A Ddw_mmc.c961 if (!test_bit(DW_MMC_CARD_PRESENT, &slot->flags)) { in dw_mci_get_cd()
969 set_bit(DW_MMC_CARD_PRESENT, &slot->flags); in dw_mci_get_cd()
980 if (present && !test_and_set_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()
983 !test_and_clear_bit(DW_MMC_CARD_PRESENT, &slot->flags)) in dw_mci_get_cd()

Completed in 15 milliseconds