Searched defs:IRQ_OFF (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/sja1000/
H A Dsja1000.h122 #define IRQ_OFF 0x00 macro
/drivers/mmc/host/
H A Dau1xmmc.c185 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) function
303 IRQ_OFF(host, SD_CONFIG_CR);
435 IRQ_OFF(host, SD_CONFIG_TH);
512 /* IRQ_OFF(host, SD_CONFIG_RA | SD_CONFIG_RF); */
513 IRQ_OFF(host, SD_CONFIG_NE);
573 IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF);
811 IRQ_OFF(host, SD_CONFIG_NE | SD_CONFIG_TH);
813 /* IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); */
935 IRQ_OFF(host, SD_CONFIG_SI);

Completed in 82 milliseconds