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

  /external/u-boot/include/
ahci.h 129 struct ahci_sg { struct
141 struct ahci_sg *cmd_tbl_sg;
  /external/u-boot/drivers/ata/
ahci.c 505 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; local
516 ahci_sg->addr =
518 ahci_sg->addr_hi = 0;
519 ahci_sg->flags_size = cpu_to_le32(0x3fffff &
523 ahci_sg++;
607 (struct ahci_sg *)(uintptr_t)virt_to_phys((void *)mem);
dwc_ahsata.c 325 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; local
337 ahci_sg->addr =
339 ahci_sg->addr_hi = 0;
340 ahci_sg->flags_size = cpu_to_le32(0x3fffff &
344 ahci_sg++;
483 pp->cmd_tbl_sg = (struct ahci_sg *)mem;

Completed in 99 milliseconds