Searched defs:vatpic (Results 1 – 2 of 2) sorted by relevance
63 #define VATPIC_LOCK(vatpic) mutex_enter(&((vatpic)->lock)) argument64 #define VATPIC_UNLOCK(vatpic) mutex_exit(&((vatpic)->lock)) argument65 #define VATPIC_LOCKED(vatpic) MUTEX_HELD(&((vatpic)->lock)) argument110 struct vatpic { struct125 static int vatpic_set_pinstate(struct vatpic *vatpic, int pin, bool newstate); argument128 master_atpic(struct vatpic *vatpic, struct atpic *atpic) in master_atpic()209 vatpic_notify_intr(struct vatpic *vatpic) in vatpic_notify_intr()274 vatpic_icw1(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) in vatpic_icw1()302 vatpic_icw2(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) in vatpic_icw2()311 vatpic_icw3(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) in vatpic_icw3()[all …]
202 struct vatpic *vatpic; /* (i) virtual atpic */ member