Home
last modified time | relevance | path

Searched refs:hpet_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dhpet.c40 static int hpet_read(int offset) in hpet_read() function
52 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()
/linux-4.4.14/Documentation/timers/
Dhpet_example.c22 extern void hpet_read(int, const char **);
/linux-4.4.14/drivers/char/
Dhpet.c298 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) in hpet_read() function
720 .read = hpet_read,