Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nios2/cpu/
H A Dinterrupts.c28 int val = rdctl (CTL_STATUS); in disable_interrupts()
29 wrctl (CTL_STATUS, val & ~STATUS_IE); in disable_interrupts()
35 int val = rdctl (CTL_STATUS); in enable_interrupts()
36 wrctl (CTL_STATUS, val | STATUS_IE); in enable_interrupts()
/openbmc/u-boot/arch/nios2/include/asm/
H A Dnios2.h13 #define CTL_STATUS 0 /* Processor status reg */ macro
/openbmc/linux/drivers/mmc/host/
H A Dtmio_mmc.h31 #define CTL_STATUS 0x1c macro
257 if (addr == CTL_IRQ_MASK || addr == CTL_STATUS) in sd_ctrl_write32_as_16_and_16()
H A Dtmio_mmc_core.c117 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, ~i); in tmio_mmc_ack_mmc_irqs()
530 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq()
710 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq()
714 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq()
1020 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro()
1028 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd()
H A Drenesas_sdhi_core.c247 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy()
352 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, 0x0); in renesas_sdhi_init_tuning()
835 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()