Home
last modified time | relevance | path

Searched refs:ATMCI_CARD_PRESENT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Datmel-mci.c387 #define ATMCI_CARD_PRESENT 0 macro
1362 if (!test_bit(ATMCI_CARD_PRESENT, &slot->flags)) { in atmci_request()
1644 present_old = test_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
1659 clear_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
1661 set_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
2278 set_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_init_slot()
2286 clear_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_init_slot()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c420 #define ATMCI_CARD_PRESENT 0 macro
1405 if (!test_bit(ATMCI_CARD_PRESENT, &slot->flags)) { in atmci_request()
1685 present_old = test_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
1700 clear_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
1702 set_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_detect_change()
2318 set_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_init_slot()
2321 clear_bit(ATMCI_CARD_PRESENT, &slot->flags); in atmci_init_slot()

Completed in 8 milliseconds