Lines Matching refs:hpets
73 struct hpets *hd_hpets;
86 struct hpets {
87 struct hpets *hp_next;
97 static struct hpets *hpets;
126 struct hpets *hpetp = devp->hd_hpets;
226 struct hpets *hpetp;
235 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next)
435 struct hpets *hpetp;
542 static inline unsigned long hpet_time_div(struct hpets *hpets,
547 m = hpets->hp_tick_freq + (dis >> 1);
556 struct hpets *hpetp;
718 struct hpets *hpetp;
720 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next)
746 static unsigned long __hpet_calibrate(struct hpets *hpetp)
783 static unsigned long hpet_calibrate(struct hpets *hpetp)
808 struct hpets *hpetp;
810 static struct hpets *last;
857 hpets = hpetp;