Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dacard-ahci.c52 struct acard_sg { struct
185 struct acard_sg *acard_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in acard_ahci_fill_sg() local
200 acard_sg[si].addr = cpu_to_le32(addr & 0xffffffff); in acard_ahci_fill_sg()
201 acard_sg[si].addr_hi = cpu_to_le32((addr >> 16) >> 16); in acard_ahci_fill_sg()
202 acard_sg[si].size = cpu_to_le32(sg_len); in acard_ahci_fill_sg()
206 acard_sg[last_si].size |= cpu_to_le32(1 << 31); /* set EOT */ in acard_ahci_fill_sg()