Home
last modified time | relevance | path

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

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