Revision a8170e5e hw/zynq_slcr.c

b/hw/zynq_slcr.c
246 246
}
247 247

  
248 248
static inline uint32_t zynq_slcr_read_imp(void *opaque,
249
    target_phys_addr_t offset)
249
    hwaddr offset)
250 250
{
251 251
    ZynqSLCRState *s = (ZynqSLCRState *)opaque;
252 252

  
......
329 329
    }
330 330
}
331 331

  
332
static uint64_t zynq_slcr_read(void *opaque, target_phys_addr_t offset,
332
static uint64_t zynq_slcr_read(void *opaque, hwaddr offset,
333 333
    unsigned size)
334 334
{
335 335
    uint32_t ret = zynq_slcr_read_imp(opaque, offset);
......
338 338
    return ret;
339 339
}
340 340

  
341
static void zynq_slcr_write(void *opaque, target_phys_addr_t offset,
341
static void zynq_slcr_write(void *opaque, hwaddr offset,
342 342
                          uint64_t val, unsigned size)
343 343
{
344 344
    ZynqSLCRState *s = (ZynqSLCRState *)opaque;

Also available in: Unified diff