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

/linux-master/arch/arm/mach-footbridge/
H A Disa-irq.c34 outb(inb(PIC_MASK_LO) | mask, PIC_MASK_LO);
41 outb(inb(PIC_MASK_LO) | mask, PIC_MASK_LO);
49 outb(inb(PIC_MASK_LO) & ~mask, PIC_MASK_LO);
121 outb(_ISA_IRQ(0), PIC_MASK_LO); /* IRQ number */
122 outb(0x04, PIC_MASK_LO); /* Slave on Ch2 */
123 outb(0x01, PIC_MASK_LO); /* x86 */
124 outb(0xf5, PIC_MASK_LO); /* patter
[all...]
/linux-master/arch/arm/mach-footbridge/include/mach/
H A Dhardware.h58 #define PIC_MASK_LO 0x21 macro

Completed in 123 milliseconds