Home
last modified time | relevance | path

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

/u-boot/include/
A Dahci.h129 struct ahci_sg { struct
139 struct ahci_sg *cmd_tbl_sg; argument
/u-boot/drivers/ata/
A Dahci.c502 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
516 ahci_sg->addr = cpu_to_le32(lower_32_bits(pa)); in ahci_fill_sg()
517 ahci_sg->addr_hi = cpu_to_le32(upper_32_bits(pa)); in ahci_fill_sg()
518 if (ahci_sg->addr_hi && !(uc_priv->cap & AHCI_CAP_S64A)) { in ahci_fill_sg()
522 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
526 ahci_sg++; in ahci_fill_sg()
608 (struct ahci_sg *)(uintptr_t)virt_to_phys((void *)mem); in ahci_port_start()
A Ddwc_ahsata.c332 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
344 ahci_sg->addr = in ahci_fill_sg()
346 ahci_sg->addr_hi = 0; in ahci_fill_sg()
347 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
351 ahci_sg++; in ahci_fill_sg()
489 pp->cmd_tbl_sg = (struct ahci_sg *)mem; in ahci_port_start()

Completed in 7 milliseconds