Searched refs:ATA_PROTO_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/cam/ata/
H A Data_xpt.c1694 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 :
1695 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0;
1700 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 :
1701 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0;
1823 device->ident_data.config & ATA_PROTO_MASK;
/freebsd-current/sys/sys/
H A Data.h38 #define ATA_PROTO_MASK 0x8003 macro

Completed in 117 milliseconds