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

/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.c562 l->current_icw[ctrlr] = LPC_PIC_ICW_2;
580 if (l->current_icw[ctrlr] != LPC_PIC_ICW_NONE) {
581 switch (l->current_icw[ctrlr]) {
585 l->current_icw[ctrlr] = LPC_PIC_ICW_3;
593 l->current_icw[ctrlr] = LPC_PIC_ICW_4;
595 l->current_icw[ctrlr] = LPC_PIC_ICW_NONE;
605 l->current_icw[ctrlr] = LPC_PIC_ICW_NONE;
H A Dlpc.h266 enum lpc_pic_current_icw current_icw[2]; member in struct:lpc
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.c569 l->current_icw[ctrlr] = LPC_PIC_ICW_2;
587 if (l->current_icw[ctrlr] != LPC_PIC_ICW_NONE) {
588 switch (l->current_icw[ctrlr]) {
592 l->current_icw[ctrlr] = LPC_PIC_ICW_3;
600 l->current_icw[ctrlr] = LPC_PIC_ICW_4;
602 l->current_icw[ctrlr] = LPC_PIC_ICW_NONE;
612 l->current_icw[ctrlr] = LPC_PIC_ICW_NONE;
H A Dlpc.h276 enum lpc_pic_current_icw current_icw[2]; member in struct:lpc

Completed in 43 milliseconds