Searched refs:ATA_DEV_ATAPI (Results 1 – 2 of 2) sorted by relevance
755 target_type = ATA_DEV_ATAPI; in ata_bus_ctl()764 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */ in ata_bus_ctl()807 drive_type = ATA_DEV_ATAPI; in ata_bus_ctl()823 if (drive_type == ATA_DEV_ATAPI) { in ata_bus_ctl()866 if (target_type == ATA_DEV_ATAPI) { in ata_bus_ctl()1221 case ATA_DEV_ATAPI: in ata_init_drive()1467 return (ATA_DEV_ATAPI); in ata_drive_type()1474 return (ATA_DEV_ATAPI); in ata_drive_type()
58 #define ATA_DEV_ATAPI 2 macro