Searched defs:Pic (Results 1 – 4 of 4) sorted by relevance
28 pub struct Pic { struct34 // Index 0 (aka PicSelect::Primary) is the primary pic, the rest are secondary. argument35 pics: [PicState; 2], argument94 impl BusDevice for Pic { implementation139 impl Pic { impl542 impl Suspendable for Pic { implementation591 fn icw_init(pic: &mut Pic, pic_type: PicSelect, icw1: u8, icw2: u8, icw3: u8, icw4: u8) { in icw_init()608 fn icw_init_primary(pic: &mut Pic) { in icw_init_primary()617 fn icw_init_secondary(pic: &mut Pic) { in icw_init_secondary()626 fn icw_init_both_with_icw4(pic: &mut Pic, icw4: u8) { in icw_init_both_with_icw4()[all …]
279 bool Pic; variable
310 bool Pic; variable
120 Pic = 2, enumerator