Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h205 SGE_TRM = (1 << 31), /* Last SGE in chain */ enumerator
H A Dsata_sil.c222 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_cmd_identify_device()
298 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd()
346 pcmd->sge.flags = cpu_to_le32(SGE_TRM); in sil_sata_rw_cmd_ext()
/OK3568_Linux_fs/kernel/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()