break;
}
+ trace_aspeed_scu_read(offset, size, s->regs[reg]);
return s->regs[reg];
}
break;
}
+ trace_aspeed_scu_read(offset, size, s->regs[reg]);
return s->regs[reg];
}
# aspeed_scu.c
aspeed_scu_write(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
+aspeed_scu_read(uint64_t offset, unsigned size, uint32_t data) "To 0x%" PRIx64 " of size %u: 0x%" PRIx32
# mps2-scc.c
mps2_scc_read(uint64_t offset, uint64_t data, unsigned size) "MPS2 SCC read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"