Revision a8170e5e hw/mac_dbdma.c

b/hw/mac_dbdma.c
699 699
        ch->flush(&ch->io);
700 700
}
701 701

  
702
static void dbdma_write(void *opaque, target_phys_addr_t addr,
702
static void dbdma_write(void *opaque, hwaddr addr,
703 703
                        uint64_t value, unsigned size)
704 704
{
705 705
    int channel = addr >> DBDMA_CHANNEL_SHIFT;
......
749 749
    }
750 750
}
751 751

  
752
static uint64_t dbdma_read(void *opaque, target_phys_addr_t addr,
752
static uint64_t dbdma_read(void *opaque, hwaddr addr,
753 753
                           unsigned size)
754 754
{
755 755
    uint32_t value;

Also available in: Unified diff