Searched refs:enb_mask (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-spear/
H A Dshirq.c29 if ((shirq->regs.enb_reg == -1) || shirq->dev_config[id].enb_mask == -1)
35 val |= shirq->dev_config[id].enb_mask;
37 val &= ~(shirq->dev_config[id].enb_mask);
48 if ((shirq->regs.enb_reg == -1) || shirq->dev_config[id].enb_mask == -1)
54 val &= ~(shirq->dev_config[id].enb_mask);
56 val |= shirq->dev_config[id].enb_mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-spear/include/plat/
H A Dshirq.h24 * enb_mask: enable mask of device
30 u32 enb_mask; member in struct:shirq_dev_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-spear3xx/
H A Dspear300.c397 .enb_mask = IT_PERS_S_IRQ_MASK,
401 .enb_mask = IT_CHANGE_S_IRQ_MASK,
405 .enb_mask = I2S_IRQ_MASK,
409 .enb_mask = TDM_IRQ_MASK,
413 .enb_mask = CAMERA_L_IRQ_MASK,
417 .enb_mask = CAMERA_F_IRQ_MASK,
421 .enb_mask = CAMERA_V_IRQ_MASK,
425 .enb_mask = KEYBOARD_IRQ_MASK,
429 .enb_mask = GPIO1_IRQ_MASK,
H A Dspear320.c422 .enb_mask = GPIO_IRQ_MASK,
427 .enb_mask = I2S_PLAY_IRQ_MASK,
432 .enb_mask = I2S_REC_IRQ_MASK,

Completed in 65 milliseconds