Lines Matching refs:hpets
92 struct hpets *hd_hpets;
105 struct hpets {
106 struct hpets *hp_next;
117 static struct hpets *hpets;
146 struct hpets *hpetp = devp->hd_hpets;
245 struct hpets *hpetp;
254 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next)
442 struct hpets *hpetp;
549 static inline unsigned long hpet_time_div(struct hpets *hpets,
554 m = hpets->hp_tick_freq + (dis >> 1);
563 struct hpets *hpetp;
714 struct hpets *hpetp;
716 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next)
743 static unsigned long __hpet_calibrate(struct hpets *hpetp)
780 static unsigned long hpet_calibrate(struct hpets *hpetp)
805 struct hpets *hpetp;
807 static struct hpets *last;
854 hpets = hpetp;