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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_nandc.c720 int irq_off; local
722 irq_off = irq - ctrl->irq_base ;
723 BUG_ON( irq_off < 0 || irq_off >= NANDC_IRQ_NUM );
726 __func__, irq_off,
727 _reg_read( ctrl, NANDC_INT_N_REG(irq_off)),
728 _idm_reg_read(ctrl, NANDC_IDM_IRQ_N_EN(irq_off)),
732 if( ! _reg_read( ctrl, NANDC_INT_N_REG(irq_off)))
736 _reg_write( ctrl, NANDC_INT_N_REG(irq_off), 1 );
745 unsigned irq_off, unsigne
744 nandc_wait_interrupt( struct nandc_ctrl * ctrl, unsigned irq_off, unsigned timeout_usec ) argument
1630 int irq_off; local
[all...]

Completed in 61 milliseconds