Home
last modified time | relevance | path

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

/external/u-boot/include/
Dahci.h129 struct ahci_sg { struct
141 struct ahci_sg *cmd_tbl_sg; argument
/external/u-boot/drivers/ata/
Dahci.c505 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
516 ahci_sg->addr = in ahci_fill_sg()
518 ahci_sg->addr_hi = 0; in ahci_fill_sg()
519 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
523 ahci_sg++; in ahci_fill_sg()
607 (struct ahci_sg *)(uintptr_t)virt_to_phys((void *)mem); in ahci_port_start()
Ddwc_ahsata.c325 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
337 ahci_sg->addr = in ahci_fill_sg()
339 ahci_sg->addr_hi = 0; in ahci_fill_sg()
340 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
344 ahci_sg++; in ahci_fill_sg()
483 pp->cmd_tbl_sg = (struct ahci_sg *)mem; in ahci_port_start()