Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dtoshsd.c67 iowrite32(~(u32)(SD_CARD_RESP_END | SD_CARD_RW_END in toshsd_init()
356 ~(SD_BUF_CMD_TIMEOUT | SD_CARD_RESP_END), in toshsd_irq()
388 if (int_reg & SD_CARD_RESP_END) { in toshsd_irq()
389 iowrite32(int_status & ~(SD_CARD_RESP_END), in toshsd_irq()
Dtoshsd.h116 #define SD_CARD_RESP_END BIT(0) macro