Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nios2/include/asm/
Dirqflags.h25 return RDCTL(CTL_STATUS); in arch_local_save_flags()
34 WRCTL(CTL_STATUS, flags); in arch_local_irq_restore()
Dregisters.h27 #define CTL_STATUS 0 macro
/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc_core.c113 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, ~i); in tmio_mmc_ack_mmc_irqs()
559 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq()
734 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq()
738 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq()
1077 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro()
1085 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd()
Drenesas_sdhi_core.c170 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy()
252 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, 0x0); in renesas_sdhi_init_tuning()
487 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()
Dtmio_mmc.h35 #define CTL_STATUS 0x1c macro