HomeSort by relevance Sort by last modified time
    Searched refs:ahci_bind_scsi (Results 1 - 8 of 8) sorted by null

  /external/u-boot/drivers/ata/
ahci-pci.c 15 return ahci_bind_scsi(dev, &scsi_dev);
ahci_mvebu.c 24 ret = ahci_bind_scsi(dev, &scsi_dev);
dwc_ahci.c 29 return ahci_bind_scsi(dev, &scsi_dev);
sata_ceva.c 121 return ahci_bind_scsi(dev, &scsi_dev);
ahci.c 1147 int ahci_bind_scsi(struct udevice *ahci_dev, struct udevice **devp) function
  /external/u-boot/board/sunxi/
ahci.c 113 ret = ahci_bind_scsi(dev, &scsi_dev);
  /external/u-boot/include/
ahci.h 257 * ahci_bind_scsi() - bind a new SCSI bus as a child
265 int ahci_bind_scsi(struct udevice *ahci_dev, struct udevice **devp);
  /external/u-boot/arch/x86/cpu/ivybridge/
sata.c 217 ret = ahci_bind_scsi(dev, &scsi_dev);

Completed in 195 milliseconds