Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtoshsd.c64 iowrite32(~(u32)(SD_CARD_RESP_END | SD_CARD_RW_END in toshsd_init()
353 ~(SD_BUF_CMD_TIMEOUT | SD_CARD_RESP_END), in toshsd_irq()
385 if (int_reg & SD_CARD_RESP_END) { in toshsd_irq()
386 iowrite32(int_status & ~(SD_CARD_RESP_END), in toshsd_irq()
H A Dtoshsd.h112 #define SD_CARD_RESP_END BIT(0) macro