Searched refs:ATA_PRD_EOT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_sx4.c332 buf32[dw + 1] = cpu_to_le32(total_len | ATA_PRD_EOT);
354 buf32[dw + 1] = cpu_to_le32(total_len | ATA_PRD_EOT);
484 buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT);
H A Dsata_sil.c334 last_prd->flags_len |= cpu_to_le32(ATA_PRD_EOT);
H A Dlibata-sff.c2631 prd[pi - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
2691 prd[pi - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
H A Dsata_promise.c648 prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
H A Dsata_nv.c2000 prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h150 ATA_PRD_EOT = (1 << 31), /* end-of-table flag */ enumerator in enum:__anon17204

Completed in 91 milliseconds