Lines Matching refs:offset
74 static uint32_t goldfish_timer_read(void *opaque, target_phys_addr_t offset)
77 switch(offset) {
84 cpu_abort (cpu_single_env, "goldfish_timer_read: Bad offset %x\n", offset);
89 static void goldfish_timer_write(void *opaque, target_phys_addr_t offset, uint32_t value)
93 switch(offset) {
117 cpu_abort (cpu_single_env, "goldfish_timer_write: Bad offset %x\n", offset);
159 static uint32_t goldfish_rtc_read(void *opaque, target_phys_addr_t offset)
162 switch(offset) {
169 cpu_abort (cpu_single_env, "goldfish_rtc_read: Bad offset %x\n", offset);
174 static void goldfish_rtc_write(void *opaque, target_phys_addr_t offset, uint32_t value)
178 switch(offset) {
193 cpu_abort (cpu_single_env, "goldfish_rtc_write: Bad offset %x\n", offset);