Searched refs:timer_read (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mach-mmp/ |
H A D | time.c | 45 static inline uint32_t timer_read(void) in timer_read() function 60 return timer_read(); in mmp_read_sched_clock() 138 return timer_read(); in clksrc_read()
|
/openbmc/qemu/hw/timer/ |
H A D | xilinx_timer.c | 105 timer_read(void *opaque, hwaddr addr, unsigned int size) in timer_read() function 193 .read = timer_read,
|
H A D | mss-timer.c | 85 timer_read(void *opaque, hwaddr offset, unsigned int size) in timer_read() function 205 .read = timer_read,
|
H A D | etraxfs_timer.c | 118 timer_read(void *opaque, hwaddr addr, unsigned int size) in timer_read() function 333 .read = timer_read,
|
/openbmc/linux/arch/um/kernel/ |
H A D | time.c | 730 static u64 timer_read(struct clocksource *cs) in timer_read() function 757 .read = timer_read,
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 234 static uint64_t timer_read(void *opaque, hwaddr addr, unsigned size) in timer_read() function 257 .read = timer_read,
|