Searched refs:hpets (Results 1 – 1 of 1) sorted by relevance
73 struct hpets *hd_hpets;86 struct hpets { struct87 struct hpets *hp_next; argument97 static struct hpets *hpets; variable126 struct hpets *hpetp = devp->hd_hpets; in hpet_interrupt()226 struct hpets *hpetp; in hpet_open()235 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next) in hpet_open()435 struct hpets *hpetp; in hpet_ioctl_ieon()542 static inline unsigned long hpet_time_div(struct hpets *hpets, in hpet_time_div() argument547 m = hpets->hp_tick_freq + (dis >> 1); in hpet_time_div()[all …]