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

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_ppe_common.h228 #define MBOX_IGU3_ISR_ISR(n) (*MBOX_IGU3_ISR & (1 << (n))) macro
H A Difxmips_ptm_adsl.c709 while ( MBOX_IGU3_ISR_ISR(itf + 16) && count > 0 )
714 while ( MBOX_IGU3_ISR_ISR(itf) && count > 0 )
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_ppe_common.h230 #define MBOX_IGU3_ISR_ISR(n) (*MBOX_IGU3_ISR & (1 << (n))) macro
H A Dltq_atm.c1079 while ( MBOX_IGU3_ISR_ISR(queue + FIRST_QSB_QID + 16) && count > 0 )
1083 while ( MBOX_IGU3_ISR_ISR(queue) && count > 0 )

Completed in 56 milliseconds