Searched defs:vatpit (Results 1 – 2 of 2) sorted by relevance
61 #define VATPIT_LOCK(vatpit) mutex_enter(&((vatpit)->lock)) argument62 #define VATPIT_UNLOCK(vatpit) mutex_exit(&((vatpit)->lock)) argument63 #define VATPIT_LOCKED(vatpit) MUTEX_HELD(&((vatpit)->lock)) argument87 struct vatpit *vatpit; member113 struct vatpit { struct120 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument123 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()131 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()156 struct vatpit *vatpit; in vatpit_callout_handler() local193 vatpit_callout_reset(struct vatpit *vatpit) in vatpit_callout_reset()[all …]
203 struct vatpit *vatpit; /* (i) virtual atpit */ member