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

/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.h138 uint8_t irq_lvl_sel : 3; ///< Interrupt Level Select member in struct:lpc_pic_ocw2::__anon1442
H A Dlpc.c159 // irq_lvl_sel holds an number between 0 and 7 which represent the
161 int irq = l->ocw2[ctrlr].u.irq_lvl_sel | (ctrlr << 3);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.h145 uint8_t irq_lvl_sel : 3; ///< Interrupt Level Select member in struct:lpc_pic_ocw2::__anon1814
H A Dlpc.c168 // irq_lvl_sel holds an number between 0 and 7 which represent the
170 int irq = l->ocw2[ctrlr].u.irq_lvl_sel | (ctrlr << 3);

Completed in 79 milliseconds