Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dau1xmmc.c188 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF() function
307 IRQ_OFF(host, SD_CONFIG_CR); in au1xmmc_send_command()
439 IRQ_OFF(host, SD_CONFIG_TH); in au1xmmc_send_pio()
517 IRQ_OFF(host, SD_CONFIG_NE); in au1xmmc_receive_pio()
577 IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); in au1xmmc_cmd_complete()
811 IRQ_OFF(host, SD_CONFIG_NE | SD_CONFIG_TH); in au1xmmc_irq()
935 IRQ_OFF(host, SD_CONFIG_SI); in au1xmmc_enable_sdio_irq()
/linux-4.1.27/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()
510 if (priv->read_reg(priv, SJA1000_IER) == IRQ_OFF) in sja1000_interrupt()