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

/u-boot/include/
H A Dahci.h129 struct ahci_sg { struct
139 struct ahci_sg *cmd_tbl_sg;
/u-boot/drivers/ata/
H A Dahci.c392 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; local
404 ahci_sg->addr = cpu_to_le32(lower_32_bits(pa));
405 ahci_sg->addr_hi = cpu_to_le32(upper_32_bits(pa));
406 if (ahci_sg->addr_hi && !(uc_priv->cap & AHCI_CAP_S64A)) {
410 ahci_sg->flags_size = cpu_to_le32(0x3fffff &
414 ahci_sg++;
497 (struct ahci_sg *)(uintptr_t)virt_to_phys((void *)mem);
H A Ddwc_ahsata.c331 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; local
343 ahci_sg->addr =
345 ahci_sg->addr_hi = 0;
346 ahci_sg->flags_size = cpu_to_le32(0x3fffff &
350 ahci_sg++;
488 pp->cmd_tbl_sg = (struct ahci_sg *)mem;

Completed in 107 milliseconds