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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/sja1000/
H A Dsja1000.h123 #define IRQ_OFF 0x00 macro
H A Dsja1000.c119 priv->write_reg(priv, REG_IER, IRQ_OFF);
489 if (priv->read_reg(priv, REG_IER) == IRQ_OFF)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dau1xmmc.c176 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) function
294 IRQ_OFF(host, SD_CONFIG_CR);
428 IRQ_OFF(host, SD_CONFIG_TH);
505 /* IRQ_OFF(host, SD_CONFIG_RA | SD_CONFIG_RF); */
506 IRQ_OFF(host, SD_CONFIG_NE);
566 IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF);
804 IRQ_OFF(host, SD_CONFIG_NE | SD_CONFIG_TH);
806 /* IRQ_OFF(host, SD_CONFIG_TH | SD_CONFIG_RA | SD_CONFIG_RF); */
919 IRQ_OFF(host, SD_CONFIG_SI);

Completed in 62 milliseconds