Home
last modified time | relevance | path

Searched refs:hpet_read (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Dhpet.c41 static int hpet_read(int offset) in hpet_read() function
53 unsigned int cfg = hpet_read(HPET_CFG); in hpet_start_counter()
61 unsigned int cfg = hpet_read(HPET_CFG); in hpet_stop_counter()
96 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_periodic()
120 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_shutdown()
135 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_oneshot()
164 cnt = hpet_read(HPET_COUNTER); in hpet_next_event()
168 res = (s32)(cnt - hpet_read(HPET_COUNTER)); in hpet_next_event()
179 is_irq = hpet_read(HPET_STATUS); in hpet_irq_handler()
252 return (u64)hpet_read(HPET_COUNTE in hpet_read_counter()
[all...]
/kernel/linux/linux-6.6/arch/mips/loongson64/
H A Dhpet.c41 static int hpet_read(int offset) in hpet_read() function
53 unsigned int cfg = hpet_read(HPET_CFG); in hpet_start_counter()
61 unsigned int cfg = hpet_read(HPET_CFG); in hpet_stop_counter()
96 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_periodic()
120 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_shutdown()
135 cfg = hpet_read(HPET_T0_CFG); in hpet_set_state_oneshot()
164 cnt = hpet_read(HPET_COUNTER); in hpet_next_event()
168 res = (s32)(cnt - hpet_read(HPET_COUNTER)); in hpet_next_event()
179 is_irq = hpet_read(HPET_STATUS); in hpet_irq_handler()
252 return (u64)hpet_read(HPET_COUNTE in hpet_read_counter()
[all...]
/kernel/linux/linux-5.10/samples/timers/
H A Dhpet_example.c23 extern void hpet_read(int, const char **);
/kernel/linux/linux-6.6/samples/timers/
H A Dhpet_example.c23 extern void hpet_read(int, const char **);
/kernel/linux/linux-5.10/drivers/char/
H A Dhpet.c296 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) in hpet_read() function
715 .read = hpet_read,
/kernel/linux/linux-6.6/drivers/char/
H A Dhpet.c281 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) in hpet_read() function
700 .read = hpet_read,

Completed in 5 milliseconds