Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dtoshsd.c68 | SD_CARD_CARD_REMOVED_0 | SD_CARD_CARD_INSERTED_0 in toshsd_init()
366 if (int_reg & (SD_CARD_CARD_INSERTED_0 | SD_CARD_CARD_REMOVED_0)) { in toshsd_irq()
368 ~(SD_CARD_CARD_REMOVED_0 | SD_CARD_CARD_INSERTED_0), in toshsd_irq()
Dtoshsd.h118 #define SD_CARD_CARD_REMOVED_0 BIT(3) macro