Home
last modified time | relevance | path

Searched refs:ahci_ide_create_devs (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dahci.h52 void ahci_ide_create_devs(AHCIState *ahci, DriveInfo **hd);
/openbmc/qemu/hw/i386/
H A Dpc_q35.c301 ahci_ide_create_devs(&ich9->ahci, hd); in pc_q35_init()
/openbmc/qemu/hw/mips/
H A Dboston.c777 ahci_ide_create_devs(&ich9->ahci, hd); in boston_mach_init()
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c601 ahci_ide_create_devs(&sysahci->ahci, hd);
/openbmc/qemu/hw/ide/
H A Dahci.c1803 void ahci_ide_create_devs(AHCIState *ahci, DriveInfo **hd) in ahci_ide_create_devs() function