Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h204 SGE_TRM = (1 << 31), /* Last SGE in chain */ enumerator
H A Dsata_sil.c221 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_cmd_identify_device()
297 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd()
345 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd_ext()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c223 SGE_TRM = (1 << 31), /* Last SGE in chain */ enumerator
785 last_sge->flags = cpu_to_le32(SGE_TRM); in sil24_fill_sg()