Searched defs:vatpit (Results 1 – 2 of 2) sorted by relevance
58 #define VATPIT_LOCK(vatpit) mutex_enter(&((vatpit)->lock)) argument59 #define VATPIT_UNLOCK(vatpit) mutex_exit(&((vatpit)->lock)) argument60 #define VATPIT_LOCKED(vatpit) MUTEX_HELD(&((vatpit)->lock)) argument84 struct vatpit *vatpit; member110 struct vatpit { struct117 static void pit_timer_start_cntr0(struct vatpit *vatpit); argument120 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()128 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out()153 struct vatpit *vatpit; in vatpit_callout_handler() local190 vatpit_callout_reset(struct vatpit *vatpit) in vatpit_callout_reset()[all …]
200 struct vatpit *vatpit; /* (i) virtual atpit */ member