Home
last modified time | relevance | path

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

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