Home
last modified time | relevance | path

Searched refs:ahci_bind_scsi (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dahci-pci.c15 return ahci_bind_scsi(dev, &scsi_dev); in ahci_pci_bind()
H A Dahci_mvebu.c24 ret = ahci_bind_scsi(dev, &scsi_dev); in mvebu_ahci_bind()
H A Ddwc_ahci.c29 return ahci_bind_scsi(dev, &scsi_dev); in dwc_ahci_bind()
H A Dsata_ceva.c174 return ahci_bind_scsi(dev, &scsi_dev); in sata_ceva_bind()
H A Dahci.c1149 int ahci_bind_scsi(struct udevice *ahci_dev, struct udevice **devp) in ahci_bind_scsi() function
/openbmc/u-boot/board/sunxi/
H A Dahci.c113 ret = ahci_bind_scsi(dev, &scsi_dev); in sunxi_sata_bind()
/openbmc/u-boot/include/
H A Dahci.h265 int ahci_bind_scsi(struct udevice *ahci_dev, struct udevice **devp);
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c217 ret = ahci_bind_scsi(dev, &scsi_dev); in bd82x6x_sata_bind()