Searched refs:ahci_exec_ata_cmd (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/ata/
H A Ddwc_ahsata.c375 static int ahci_exec_ata_cmd(struct ahci_uc_priv *uc_priv, u8 port, function
417 debug("ahci_exec_ata_cmd: %d byte transferred.\n",
437 ahci_exec_ata_cmd(uc_priv, port, cfis, NULL, 0, READ_CMD);
537 ahci_exec_ata_cmd(uc_priv, port, cfis, (u8 *)id, ATA_ID_WORDS * 2,
572 if (ahci_exec_ata_cmd(uc_priv, port, cfis, buffer,
591 ahci_exec_ata_cmd(uc_priv, port, cfis, NULL, 0, 0);
622 if (ahci_exec_ata_cmd(uc_priv, port, cfis, buffer,
641 ahci_exec_ata_cmd(uc_priv, port, cfis, NULL, 0, 0);

Completed in 42 milliseconds