Searched refs:hpet_read (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/char/
H A Dhpet.c261 hpet_read(struct file *file, char __user *buf, size_t count, loff_t * ppos) function
680 .read = hpet_read,
/linux-master/arch/mips/loongson64/
H A Dhpet.c41 static int hpet_read(int offset) function
53 unsigned int cfg = hpet_read(HPET_CFG);
61 unsigned int cfg = hpet_read(HPET_CFG);
96 cfg = hpet_read(HPET_T0_CFG);
120 cfg = hpet_read(HPET_T0_CFG);
135 cfg = hpet_read(HPET_T0_CFG);
164 cnt = hpet_read(HPET_COUNTER);
168 res = (s32)(cnt - hpet_read(HPET_COUNTER));
179 is_irq = hpet_read(HPET_STATUS);
252 return (u64)hpet_read(HPET_COUNTE
[all...]
/linux-master/samples/timers/
H A Dhpet_example.c23 extern void hpet_read(int, const char **);

Completed in 156 milliseconds