Home
last modified time | relevance | path

Searched refs:UIC1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dppc4xx_pic.c142 #ifndef UIC1
143 #define UIC1 UIC0 macro
173 mtdcr(DCRN_UIC_ER(UIC1), ppc_cached_irq_mask[word]); in ppc405_uic_enable()
174 if ((mfdcr(DCRN_UIC_TR(UIC1)) & (1 << (31 - bit))) == 0) in ppc405_uic_enable()
205 mtdcr(DCRN_UIC_ER(UIC1), ppc_cached_irq_mask[word]); in ppc405_uic_disable()
230 mtdcr(DCRN_UIC_ER(UIC1), ppc_cached_irq_mask[word]); in ppc405_uic_disable_and_ack()
231 mtdcr(DCRN_UIC_SR(UIC1), (1 << (31 - bit))); in ppc405_uic_disable_and_ack()
257 tr_bits = mfdcr(DCRN_UIC_TR(UIC1)); in ppc405_uic_end()
269 mtdcr(DCRN_UIC_SR(UIC1), 1 << (31 - bit)); in ppc405_uic_end()
284 mtdcr(DCRN_UIC_ER(UIC1), ppc_cached_irq_mask[word]); in ppc405_uic_end()
[all …]
/linux-2.4.37.9/include/asm-ppc/
Dibm44x.h167 #define UIC1 DCRN_UIC1_BASE macro