Searched refs:hpet_read (Results 1 – 3 of 3) sorted by relevance
37 static int hpet_read(int offset) in hpet_read() function49 unsigned int cfg = hpet_read(HPET_CFG); in hpet_start_counter()57 unsigned int cfg = hpet_read(HPET_CFG); in hpet_stop_counter()94 cfg = hpet_read(HPET_T0_CFG); in hpet_set_mode()110 cfg = hpet_read(HPET_T0_CFG); in hpet_set_mode()116 cfg = hpet_read(HPET_T0_CFG); in hpet_set_mode()138 cnt = hpet_read(HPET_COUNTER); in hpet_next_event()142 res = ((int)(hpet_read(HPET_COUNTER) - cnt) > 0) ? -ETIME : 0; in hpet_next_event()152 is_irq = hpet_read(HPET_STATUS); in hpet_irq_handler()224 return (cycle_t)hpet_read(HPET_COUNTER); in hpet_read_counter()
22 extern void hpet_read(int, const char **);
299 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) in hpet_read() function721 .read = hpet_read,