Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds