Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtoshsd.c65 | SD_CARD_CARD_REMOVED_0 | SD_CARD_CARD_INSERTED_0 in toshsd_init()
363 if (int_reg & (SD_CARD_CARD_INSERTED_0 | SD_CARD_CARD_REMOVED_0)) { in toshsd_irq()
365 ~(SD_CARD_CARD_REMOVED_0 | SD_CARD_CARD_INSERTED_0), in toshsd_irq()
H A Dtoshsd.h114 #define SD_CARD_CARD_REMOVED_0 BIT(3) macro