Revision 99a0949b hw/usb-musb.c

b/hw/usb-musb.c
1142 1142
}
1143 1143

  
1144 1144
/* Generic control */
1145
static uint32_t musb_readb(void *opaque, target_phys_addr_t addr)
1145
static uint32_t musb_readb(void *opaque, a_target_phys_addr addr)
1146 1146
{
1147 1147
    MUSBState *s = (MUSBState *) opaque;
1148 1148
    int ep, i;
......
1200 1200
    };
1201 1201
}
1202 1202

  
1203
static void musb_writeb(void *opaque, target_phys_addr_t addr, uint32_t value)
1203
static void musb_writeb(void *opaque, a_target_phys_addr addr, uint32_t value)
1204 1204
{
1205 1205
    MUSBState *s = (MUSBState *) opaque;
1206 1206
    int ep;
......
1281 1281
    };
1282 1282
}
1283 1283

  
1284
static uint32_t musb_readh(void *opaque, target_phys_addr_t addr)
1284
static uint32_t musb_readh(void *opaque, a_target_phys_addr addr)
1285 1285
{
1286 1286
    MUSBState *s = (MUSBState *) opaque;
1287 1287
    int ep, i;
......
1331 1331
    };
1332 1332
}
1333 1333

  
1334
static void musb_writeh(void *opaque, target_phys_addr_t addr, uint32_t value)
1334
static void musb_writeh(void *opaque, a_target_phys_addr addr, uint32_t value)
1335 1335
{
1336 1336
    MUSBState *s = (MUSBState *) opaque;
1337 1337
    int ep;
......
1381 1381
    };
1382 1382
}
1383 1383

  
1384
static uint32_t musb_readw(void *opaque, target_phys_addr_t addr)
1384
static uint32_t musb_readw(void *opaque, a_target_phys_addr addr)
1385 1385
{
1386 1386
    MUSBState *s = (MUSBState *) opaque;
1387 1387
    MUSBEndPoint *ep;
......
1410 1410
    };
1411 1411
}
1412 1412

  
1413
static void musb_writew(void *opaque, target_phys_addr_t addr, uint32_t value)
1413
static void musb_writew(void *opaque, a_target_phys_addr addr, uint32_t value)
1414 1414
{
1415 1415
    MUSBState *s = (MUSBState *) opaque;
1416 1416
    MUSBEndPoint *ep;

Also available in: Unified diff