Searched refs:ATA_DEV_ATAPI (Results 1 – 2 of 2) sorted by relevance
757 target_type = ATA_DEV_ATAPI; in ata_bus_ctl()766 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */ in ata_bus_ctl()809 drive_type = ATA_DEV_ATAPI; in ata_bus_ctl()825 if (drive_type == ATA_DEV_ATAPI) { in ata_bus_ctl()868 if (target_type == ATA_DEV_ATAPI) { in ata_bus_ctl()1223 case ATA_DEV_ATAPI: in ata_init_drive()1469 return (ATA_DEV_ATAPI); in ata_drive_type()1476 return (ATA_DEV_ATAPI); in ata_drive_type()
58 #define ATA_DEV_ATAPI 2 macro