Searched refs:hpet_read (Results 1 – 3 of 3) sorted by relevance
40 static int hpet_read(int offset) in hpet_read() function52 unsigned int cfg = hpet_read(HPET_CFG); in hpet_start_counter()60 unsigned int cfg = hpet_read(HPET_CFG); in hpet_stop_counter()95 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_periodic()119 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_shutdown()134 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_oneshot()163 cnt = hpet_read(HPET_COUNTER); in hpet_next_event()167 res = (int)(cnt - hpet_read(HPET_COUNTER)); in hpet_next_event()178 is_irq = hpet_read(HPET_STATUS); in hpet_irq_handler()253 return (cycle_t)hpet_read(HPET_COUNTER); in hpet_read_counter()
22 extern void hpet_read(int, const char **);
298 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) in hpet_read() function720 .read = hpet_read,