Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci-pci.c21 return ahci_probe_scsi_pci(dev); in ahci_pci_probe()
H A Dahci.c1200 int ahci_probe_scsi_pci(struct udevice *ahci_dev) in ahci_probe_scsi_pci() function
/OK3568_Linux_fs/u-boot/include/
H A Dahci.h289 int ahci_probe_scsi_pci(struct udevice *ahci_dev);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c239 ret = ahci_probe_scsi_pci(dev); in bd82x6x_sata_probe()