Lines Matching refs:feature
222 u8 enable,u8 feature);
777 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_id()
950 qc->result_tf.feature = 0; in ata_qc_reinit()
1204 writeb(tf->feature, ioaddr->feature_addr); in ata_tf_load()
1564 if (qc->tf.feature != SETFEATURES_WC_ON && in ata_qc_complete()
1565 qc->tf.feature != SETFEATURES_WC_OFF) in ata_qc_complete()
1592 tf->feature = readb(ioaddr->error_addr); in ata_tf_read()
1680 u8 enable, u8 feature) in ata_dev_set_feature() argument
1692 tf.feature = enable; in ata_dev_set_feature()
1695 tf.nsect = feature; in ata_dev_set_feature()
1724 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_dev_init_params()
1820 tf.feature = 31; in ata_dev_read_sectors()
1838 tf.feature = 31; in ata_dev_read_sectors()
1869 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_sectors()
1995 tf.feature = 31; in ata_dev_write_sectors()
2013 tf.feature = 31; in ata_dev_write_sectors()
2044 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_write_sectors()