Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dahci.c933 static int ahci_scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in ahci_scsi_exec() function
1199 .exec = ahci_scsi_exec,
1211 return ahci_scsi_exec(dev, pccb); in scsi_exec()