Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ata/
H A Data_xpt.c1708 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 : in ata_device_transport()
1709 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0; in ata_device_transport()
1714 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 : in ata_device_transport()
1715 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0; in ata_device_transport()
1830 device->ident_data.config & ATA_PROTO_MASK; in ata_action()
/freebsd-13.1/sys/sys/
H A Data.h40 #define ATA_PROTO_MASK 0x8003 macro