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

/seL4-l4v-master/seL4/src/plat/pc99/machine/
H A Dpic.c13 #define PIC1_BASE 0x20 macro
19 out8(PIC1_BASE, 0x11);
21 out8(PIC1_BASE + 1, interrupt);
23 out8(PIC1_BASE + 1, 0x04);
25 out8(PIC1_BASE + 1, 0x01);
27 out8(PIC1_BASE + 1, 0x0);
35 out8(PIC1_BASE + 1, 0xff);
49 pic_port = PIC1_BASE + 1;
70 out8(PIC1_BASE, 0x0a);
73 irr = in8(PIC1_BASE);
[all...]

Completed in 27 milliseconds