Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtifm_sd.c49 #define TIFM_MMCSD_AE 0x0800 /* fifo almost empty */ macro
567 if (host_status & TIFM_MMCSD_AE) in tifm_sd_card_event()
568 writel(host_status & TIFM_MMCSD_AE, in tifm_sd_card_event()
571 if (host_status & (TIFM_MMCSD_AE | TIFM_MMCSD_AF in tifm_sd_card_event()
576 host_status &= ~TIFM_MMCSD_AE; in tifm_sd_card_event()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtifm_sd.c49 #define TIFM_MMCSD_AE 0x0800 /* fifo almost empty */ macro
561 if (host_status & TIFM_MMCSD_AE) in tifm_sd_card_event()
562 writel(host_status & TIFM_MMCSD_AE, in tifm_sd_card_event()
565 if (host_status & (TIFM_MMCSD_AE | TIFM_MMCSD_AF in tifm_sd_card_event()
568 host_status &= ~TIFM_MMCSD_AE; in tifm_sd_card_event()

Completed in 4 milliseconds