Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dahci.h130 struct ahci_sg { struct
142 struct ahci_sg *cmd_tbl_sg; argument
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c517 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
531 ahci_sg->addr = cpu_to_le32(lower_32_bits(pa)); in ahci_fill_sg()
532 ahci_sg->addr_hi = cpu_to_le32(upper_32_bits(pa)); in ahci_fill_sg()
533 if (ahci_sg->addr_hi && !(uc_priv->cap & AHCI_CAP_S64A)) { in ahci_fill_sg()
537 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
541 ahci_sg++; in ahci_fill_sg()
623 (struct ahci_sg *)(uintptr_t)virt_to_phys((void *)mem); in ahci_port_start()
H A Ddwc_ahsata.c326 struct ahci_sg *ahci_sg = pp->cmd_tbl_sg; in ahci_fill_sg() local
338 ahci_sg->addr = in ahci_fill_sg()
340 ahci_sg->addr_hi = 0; in ahci_fill_sg()
341 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
345 ahci_sg++; in ahci_fill_sg()
484 pp->cmd_tbl_sg = (struct ahci_sg *)mem; in ahci_port_start()