Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-lowlevel.c251 switch (request->flags & (ATA_R_ATAPI | ATA_R_DMA | ATA_R_CONTROL)) { in ata_end_transaction()
261 (request->flags & (ATA_R_CONTROL | ATA_R_NEEDRESULT))) { in ata_end_transaction()
338 (request->flags & (ATA_R_CONTROL | ATA_R_NEEDRESULT))) { in ata_end_transaction()
H A Data-all.h242 #define ATA_R_CONTROL 0x00000001 macro