Lines Matching defs:feature
696 tf->feature = n_block & 0xff;
1184 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED))
1248 (tf.feature & (ATA_ABORTED | ATA_IDNF)))
1262 * the drive has the HPA feature set enabled.
1545 qc->tf.feature |= ATAPI_DMADIR;
1848 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) {
2492 * common ATA, ATAPI feature tests
2508 /* ATA-specific feature tests */
2623 /* ATAPI-specific feature tests */
2648 /* issue SET feature command to turn this on */
4253 tf.feature = SETFEATURES_XFER;
4275 * @enable: Whether to enable or disable the feature
4276 * @feature: The sector count represents the feature to set
4287 unsigned int ata_dev_set_feature(struct ata_device *dev, u8 enable, u8 feature)
4298 tf.feature = enable;
4301 tf.nsect = feature;
4349 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED))
4733 if (qc->tf.feature != SETFEATURES_WC_ON &&
4734 qc->tf.feature != SETFEATURES_WC_OFF &&
4735 qc->tf.feature != SETFEATURES_RA_ON &&
4736 qc->tf.feature != SETFEATURES_RA_OFF)