hob_feature       556 drivers/ata/libata-core.c 	fis[11] = tf->hob_feature;
hob_feature       760 drivers/ata/libata-core.c 		tf->hob_feature = (n_block >> 8) & 0xff;
hob_feature      2562 drivers/ata/libata-eh.c 			cmd->hob_feature, cmd->hob_nsect,
hob_feature      2567 drivers/ata/libata-eh.c 			res->hob_feature, res->hob_nsect,
hob_feature      3178 drivers/ata/libata-scsi.c 			tf->hob_feature = cdb[3];
hob_feature      3217 drivers/ata/libata-scsi.c 			tf->hob_feature = cdb[20];
hob_feature      3519 drivers/ata/libata-scsi.c 		tf->hob_feature = (size / 512) >> 8;
hob_feature      3525 drivers/ata/libata-scsi.c 		tf->hob_feature = 0;
hob_feature      3740 drivers/ata/libata-scsi.c 		tf->hob_feature = (sect >> 8) & 0xff;
hob_feature      3746 drivers/ata/libata-scsi.c 		tf->hob_feature = options;
hob_feature      3833 drivers/ata/libata-scsi.c 		tf->hob_feature = all;
hob_feature       411 drivers/ata/libata-sff.c 		iowrite8(tf->hob_feature, ioaddr->feature_addr);
hob_feature       417 drivers/ata/libata-sff.c 			tf->hob_feature,
hob_feature       475 drivers/ata/libata-sff.c 			tf->hob_feature = ioread8(ioaddr->error_addr);
hob_feature       386 drivers/ata/pata_ep93xx.c 		ep93xx_pata_write_reg(drv_data, tf->hob_feature,
hob_feature       430 drivers/ata/pata_ep93xx.c 		tf->hob_feature = ep93xx_pata_read_reg(drv_data,
hob_feature       278 drivers/ata/pata_ns87415.c 		tf->hob_feature = ioread8(ioaddr->error_addr);
hob_feature       408 drivers/ata/pata_octeon_cf.c 			tf->hob_feature = blob >> 8;
hob_feature       479 drivers/ata/pata_octeon_cf.c 		__raw_writew(tf->hob_feature << 8, base + 0xc);
hob_feature       483 drivers/ata/pata_octeon_cf.c 			tf->hob_feature,
hob_feature       188 drivers/ata/pata_samsung_cf.c 		ata_outb(ap->host, tf->hob_feature, ioaddr->feature_addr);
hob_feature       225 drivers/ata/pata_samsung_cf.c 		tf->hob_feature = ata_inb(ap->host, ioaddr->error_addr);
hob_feature       412 drivers/ata/pata_via.c 		iowrite8(tf->hob_feature, ioaddr->feature_addr);
hob_feature       418 drivers/ata/pata_via.c 			tf->hob_feature,
hob_feature       325 drivers/ata/sata_dwc_460ex.c 		tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam,
hob_feature       201 drivers/ata/sata_inic162x.c 	u8		hob_feature;	/* ATA Ex. Feature */
hob_feature       514 drivers/ata/sata_inic162x.c 		cpb->hob_feature = qc->tf.hob_feature;
hob_feature      2093 drivers/ata/sata_mv.c 		mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0);
hob_feature      2181 drivers/ata/sata_mv.c 			(tf->hob_feature << 24)
hob_feature       774 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_ERR   << 8) | tf->hob_feature | WNB);
hob_feature       118 drivers/ata/sata_promise.h 	buf[i++] = tf->hob_feature;
hob_feature       381 drivers/ata/sata_rcar.c 		iowrite32(tf->hob_feature, ioaddr->feature_addr);
hob_feature       387 drivers/ata/sata_rcar.c 			tf->hob_feature,
hob_feature       430 drivers/ata/sata_rcar.c 		tf->hob_feature = ioread32(ioaddr->error_addr);
hob_feature       169 drivers/ata/sata_svw.c 		writew(tf->feature | (((u16)tf->hob_feature) << 8),
hob_feature       214 drivers/ata/sata_svw.c 		tf->hob_feature = feature >> 8;
hob_feature       158 drivers/ata/sata_vsc.c 		writew(tf->feature | (((u16)tf->hob_feature) << 8),
hob_feature       203 drivers/ata/sata_vsc.c 		tf->hob_feature = feature >> 8;
hob_feature      6845 drivers/scsi/ipr.c 	regs->hob_feature = tf->hob_feature;
hob_feature       564 drivers/scsi/ipr.h 	u8 hob_feature;
hob_feature       552 include/linux/libata.h 	u8			hob_feature;	/* additional data */
hob_feature       172 include/trace/events/libata.h 		__field( unsigned char,	hob_feature )
hob_feature       192 include/trace/events/libata.h 		__entry->hob_feature	= qc->tf.hob_feature;
hob_feature       205 include/trace/events/libata.h 		  __entry->hob_feature, __entry->hob_nsect,
hob_feature       231 include/trace/events/libata.h 		__field( unsigned char,	hob_feature )
hob_feature       249 include/trace/events/libata.h 		__entry->hob_feature	= qc->result_tf.hob_feature;
hob_feature       261 include/trace/events/libata.h 		  __entry->hob_feature, __entry->hob_nsect,