Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dpc_piix.c74 static const int ide_iobase[MAX_IDE_BUS] = { 0x1f0, 0x170 };
75 static const int ide_iobase2[MAX_IDE_BUS] = { 0x3f6, 0x376 };
76 static const int ide_irq[MAX_IDE_BUS] = { 14, 15 };
321 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in pc_init1()
325 for (i = 0; i < MAX_IDE_BUS; i++) { in pc_init1()
/openbmc/qemu/include/hw/i386/
H A Dpc.h17 #define MAX_IDE_BUS 2 macro
39 BusState *idebus[MAX_IDE_BUS];
/openbmc/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()