Revision a8170e5e hw/pxa2xx_pcmcia.c

b/hw/pxa2xx_pcmcia.c
27 27
};
28 28

  
29 29
static uint64_t pxa2xx_pcmcia_common_read(void *opaque,
30
                target_phys_addr_t offset, unsigned size)
30
                hwaddr offset, unsigned size)
31 31
{
32 32
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
33 33

  
......
38 38
    return 0;
39 39
}
40 40

  
41
static void pxa2xx_pcmcia_common_write(void *opaque, target_phys_addr_t offset,
41
static void pxa2xx_pcmcia_common_write(void *opaque, hwaddr offset,
42 42
                                       uint64_t value, unsigned size)
43 43
{
44 44
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
......
49 49
}
50 50

  
51 51
static uint64_t pxa2xx_pcmcia_attr_read(void *opaque,
52
                target_phys_addr_t offset, unsigned size)
52
                hwaddr offset, unsigned size)
53 53
{
54 54
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
55 55

  
......
60 60
    return 0;
61 61
}
62 62

  
63
static void pxa2xx_pcmcia_attr_write(void *opaque, target_phys_addr_t offset,
63
static void pxa2xx_pcmcia_attr_write(void *opaque, hwaddr offset,
64 64
                                     uint64_t value, unsigned size)
65 65
{
66 66
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
......
71 71
}
72 72

  
73 73
static uint64_t pxa2xx_pcmcia_io_read(void *opaque,
74
                target_phys_addr_t offset, unsigned size)
74
                hwaddr offset, unsigned size)
75 75
{
76 76
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
77 77

  
......
82 82
    return 0;
83 83
}
84 84

  
85
static void pxa2xx_pcmcia_io_write(void *opaque, target_phys_addr_t offset,
85
static void pxa2xx_pcmcia_io_write(void *opaque, hwaddr offset,
86 86
                                   uint64_t value, unsigned size)
87 87
{
88 88
    PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque;
......
120 120
}
121 121

  
122 122
PXA2xxPCMCIAState *pxa2xx_pcmcia_init(MemoryRegion *sysmem,
123
                                      target_phys_addr_t base)
123
                                      hwaddr base)
124 124
{
125 125
    PXA2xxPCMCIAState *s;
126 126

  

Also available in: Unified diff