Home
last modified time | relevance | path

Searched refs:MAX_IDE_BUS (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/i386/
H A Dpc.h17 #define MAX_IDE_BUS 2 macro
39 BusState *idebus[MAX_IDE_BUS];
/qemu/hw/i386/
H A Dpc_piix.c75 static const int ide_iobase[MAX_IDE_BUS] = { 0x1f0, 0x170 };
76 static const int ide_iobase2[MAX_IDE_BUS] = { 0x3f6, 0x376 };
77 static const int ide_irq[MAX_IDE_BUS] = { 14, 15 };
327 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in pc_init1()
331 for (i = 0; i < MAX_IDE_BUS; i++) { in pc_init1()
/qemu/hw/ppc/
H A Dmac_oldworld.c52 #define MAX_IDE_BUS 2 macro
107 DriveInfo *dinfo, *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in ppc_heathrow_init()
H A Dmac_newworld.c78 #define MAX_IDE_BUS 2 macro
151 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in ppc_core99_init()