Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-lowlevel.c176 if (request->u.atapi.ccb[0] == ATAPI_POLL_DSC) { in ata_begin_transaction()
195 if (request->u.atapi.ccb[0] == ATAPI_POLL_DSC) { in ata_begin_transaction()
/freebsd/sys/sys/
H A Data.h583 #define ATAPI_POLL_DSC 0xff /* poll DSC status bit */ macro