Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dahci-pci.c20 return ahci_probe_scsi_pci(dev); in ahci_pci_probe()
H A Dahci.c1189 int ahci_probe_scsi_pci(struct udevice *ahci_dev) in ahci_probe_scsi_pci() function
/openbmc/u-boot/include/
H A Dahci.h288 int ahci_probe_scsi_pci(struct udevice *ahci_dev);
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c238 ret = ahci_probe_scsi_pci(dev); in bd82x6x_sata_probe()