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

/seL4-l4v-master/seL4/src/plat/pc99/machine/
H A Dpic.c14 #define PIC2_BASE 0xa0 macro
20 out8(PIC2_BASE, 0x11);
22 out8(PIC2_BASE + 1, interrupt + 8);
24 out8(PIC2_BASE + 1, 0x02);
26 out8(PIC2_BASE + 1, 0x01);
28 out8(PIC2_BASE + 1, 0x0);
36 out8(PIC2_BASE + 1, 0xff);
52 pic_port = PIC2_BASE + 1;
84 out8(PIC2_BASE, 0x0b);
85 return (((uint16_t)in8(PIC2_BASE)) <<
[all...]

Completed in 83 milliseconds