Searched refs:IRQ_OFF (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/can/sja1000/ |
H A D | sja1000.h | 122 #define IRQ_OFF 0x00 macro
|
H A D | sja1000.c | 122 priv->write_reg(priv, SJA1000_IER, IRQ_OFF); in set_reset_mode() 548 if (priv->read_reg(priv, SJA1000_IER) == IRQ_OFF) in sja1000_interrupt()
|
/linux/drivers/mmc/host/ |
H A D | au1xmmc.c | 188 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF() function 424 IRQ_OFF(host, SD_CONFIG_TH); in au1xmmc_send_pio() 503 /* IRQ_OFF(host, SD_CONFIG_RA | SD_CONFIG_RF); */ in au1xmmc_receive_pio() 504 IRQ_OFF(host, SD_CONFIG_NE); in au1xmmc_receive_pio() 564 IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); in au1xmmc_cmd_complete() 798 IRQ_OFF(host, SD_CONFIG_NE | SD_CONFIG_TH); in au1xmmc_irq() 800 /* IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); */ in au1xmmc_irq() 922 IRQ_OFF(host, SD_CONFIG_SI); in au1xmmc_enable_sdio_irq()
|