Home
last modified time | relevance | path

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

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