Home
last modified time | relevance | path

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

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