Lines Matching refs:hpets
91 struct hpets *hd_hpets;
104 struct hpets {
105 struct hpets *hp_next;
116 static struct hpets *hpets;
161 struct hpets *hpetp = devp->hd_hpets;
260 struct hpets *hpetp;
269 for (devp = NULL, hpetp = hpets; hpetp && !devp; hpetp = hpetp->hp_next)
457 struct hpets *hpetp;
564 static inline unsigned long hpet_time_div(struct hpets *hpets,
569 m = hpets->hp_tick_freq + (dis >> 1);
578 struct hpets *hpetp;
729 struct hpets *hpetp;
731 for (hpetp = hpets; hpetp; hpetp = hpetp->hp_next)
778 static unsigned long __hpet_calibrate(struct hpets *hpetp)
815 static unsigned long hpet_calibrate(struct hpets *hpetp)
840 struct hpets *hpetp;
842 static struct hpets *last;
889 hpets = hpetp;