Searched defs:vatpit (Results 1 – 2 of 2) sorted by relevance
52 #define VATPIT_LOCK(vatpit) mtx_lock_spin(&((vatpit)->mtx)) argument53 #define VATPIT_UNLOCK(vatpit) mtx_unlock_spin(&((vatpit)->mtx)) argument54 #define VATPIT_LOCKED(vatpit) mtx_owned(&((vatpit)->mtx)) argument76 struct vatpit *vatpit; member96 struct vatpit { struct105 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument108 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()123 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()148 struct vatpit *vatpit; in vatpit_callout_handler() local181 pit_timer_start_cntr0(struct vatpit *vatpit) in pit_timer_start_cntr0()[all …]
168 struct vatpit *vatpit; /* (i) virtual atpit */ member