Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dtifm_sd.c49 #define TIFM_MMCSD_AE 0x0800 /* fifo almost empty */ macro
565 if (host_status & TIFM_MMCSD_AE) in tifm_sd_card_event()
566 writel(host_status & TIFM_MMCSD_AE, in tifm_sd_card_event()
569 if (host_status & (TIFM_MMCSD_AE | TIFM_MMCSD_AF in tifm_sd_card_event()
574 host_status &= ~TIFM_MMCSD_AE; in tifm_sd_card_event()