Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ata/chipsets/
Data-promise.c1024 prd[i - 1].count |= htole32(ATA_DMA_EOT); in ata_promise_mio_setprd()
1149 length += (prd[i].count & ~ATA_DMA_EOT); in ata_promise_sx4_command()
1150 } while (!(prd[i++].count & ATA_DMA_EOT)); in ata_promise_sx4_command()
1155 wordp[1] = htole32(request->bytecount | ATA_DMA_EOT); in ata_promise_sx4_command()
1160 wordp[1] = htole32(request->bytecount | ATA_DMA_EOT); in ata_promise_sx4_command()
/freebsd-12-stable/sys/dev/ata/
Data-dma.c261 prd[i - 1].count |= htole32(ATA_DMA_EOT); in ata_dmasetprd()
Data-all.h156 #define ATA_DMA_EOT 0x80000000 macro