Searched refs:MOS6522Timer (Results 1 – 3 of 3) sorted by relevance
| /qemu/include/hw/misc/ |
| A D | mos6522.h | 104 typedef struct MOS6522Timer { struct 112 } MOS6522Timer; argument 146 MOS6522Timer timers[2]; 163 uint64_t (*get_timer1_counter_value)(MOS6522State *dev, MOS6522Timer *ti); 164 uint64_t (*get_timer2_counter_value)(MOS6522State *dev, MOS6522Timer *ti); 165 uint64_t (*get_timer1_load_time)(MOS6522State *dev, MOS6522Timer *ti); 166 uint64_t (*get_timer2_load_time)(MOS6522State *dev, MOS6522Timer *ti);
|
| /qemu/hw/misc/ |
| A D | mos6522.c | 49 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, 51 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, 141 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time() 152 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter() 256 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() 266 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() 615 VMSTATE_UINT16(latch, MOS6522Timer), 616 VMSTATE_UINT16(counter_value, MOS6522Timer), 617 VMSTATE_INT64(load_time, MOS6522Timer), 618 VMSTATE_INT64(next_irq_time, MOS6522Timer), [all …]
|
| /qemu/hw/misc/macio/ |
| A D | cuda.c | 68 static uint64_t cuda_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in cuda_get_counter_value() 81 static uint64_t cuda_get_load_time(MOS6522State *s, MOS6522Timer *ti) in cuda_get_load_time()
|
Completed in 10 milliseconds