Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c189 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF() function
308 IRQ_OFF(host, SD_CONFIG_CR); in au1xmmc_send_command()
441 IRQ_OFF(host, SD_CONFIG_TH); in au1xmmc_send_pio()
521 IRQ_OFF(host, SD_CONFIG_NE); in au1xmmc_receive_pio()
581 IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); in au1xmmc_cmd_complete()
815 IRQ_OFF(host, SD_CONFIG_NE | SD_CONFIG_TH); in au1xmmc_irq()
939 IRQ_OFF(host, SD_CONFIG_SI); in au1xmmc_enable_sdio_irq()
/Linux-v4.19/drivers/net/can/sja1000/
Dsja1000.h122 #define IRQ_OFF 0x00 macro
Dsja1000.c122 priv->write_reg(priv, SJA1000_IER, IRQ_OFF); in set_reset_mode()
511 if (priv->read_reg(priv, SJA1000_IER) == IRQ_OFF) in sja1000_interrupt()