Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dau1xmmc.c188 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()
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()
922 IRQ_OFF(host, SD_CONFIG_SI); in au1xmmc_enable_sdio_irq()
/linux/drivers/net/can/sja1000/
H A Dsja1000.h122 #define IRQ_OFF 0x00 macro
H A Dsja1000.c122 priv->write_reg(priv, SJA1000_IER, IRQ_OFF); in set_reset_mode()
537 if (priv->read_reg(priv, SJA1000_IER) == IRQ_OFF) in sja1000_interrupt()