Searched refs:hob_feature (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | libata.h | 172 __field( unsigned char, hob_feature ) 192 __entry->hob_feature = qc->tf.hob_feature; 205 __entry->hob_feature, __entry->hob_nsect, 231 __field( unsigned char, hob_feature ) 249 __entry->hob_feature = qc->result_tf.hob_feature; 261 __entry->hob_feature, __entry->hob_nsect,
|
/Linux-v4.19/drivers/ata/ |
D | sata_promise.h | 134 buf[i++] = tf->hob_feature; in pdc_prep_lba48()
|
D | sata_vsc.c | 174 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 219 tf->hob_feature = feature >> 8; in vsc_sata_tf_read()
|
D | sata_svw.c | 185 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 230 tf->hob_feature = feature >> 8; in k2_sata_tf_read()
|
D | sata_inic162x.c | 202 u8 hob_feature; /* ATA Ex. Feature */ member 508 cpb->hob_feature = qc->tf.hob_feature; in inic_qc_prep()
|
D | pata_via.c | 411 iowrite8(tf->hob_feature, ioaddr->feature_addr); in via_tf_load() 417 tf->hob_feature, in via_tf_load()
|
D | sata_rcar.c | 385 iowrite32(tf->hob_feature, ioaddr->feature_addr); in sata_rcar_tf_load() 391 tf->hob_feature, in sata_rcar_tf_load() 434 tf->hob_feature = ioread32(ioaddr->error_addr); in sata_rcar_tf_read()
|
D | pata_samsung_cf.c | 191 ata_outb(ap->host, tf->hob_feature, ioaddr->feature_addr); in pata_s3c_tf_load() 228 tf->hob_feature = ata_inb(ap->host, ioaddr->error_addr); in pata_s3c_tf_read()
|
D | pata_octeon_cf.c | 408 tf->hob_feature = blob >> 8; in octeon_cf_tf_read16() 479 __raw_writew(tf->hob_feature << 8, base + 0xc); in octeon_cf_tf_load16() 483 tf->hob_feature, in octeon_cf_tf_load16()
|
D | pata_ns87415.c | 277 tf->hob_feature = ioread8(ioaddr->error_addr); in ns87560_tf_read()
|
D | pata_ep93xx.c | 385 ep93xx_pata_write_reg(drv_data, tf->hob_feature, in ep93xx_pata_tf_load() 429 tf->hob_feature = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
|
D | libata-scsi.c | 3174 tf->hob_feature = cdb[3]; in ata_scsi_pass_thru() 3213 tf->hob_feature = cdb[20]; in ata_scsi_pass_thru() 3515 tf->hob_feature = (size / 512) >> 8; in ata_scsi_write_same_xlat() 3521 tf->hob_feature = 0; in ata_scsi_write_same_xlat() 3736 tf->hob_feature = (sect >> 8) & 0xff; in ata_scsi_zbc_in_xlat() 3742 tf->hob_feature = options; in ata_scsi_zbc_in_xlat() 3829 tf->hob_feature = all; in ata_scsi_zbc_out_xlat()
|
D | libata-sff.c | 427 iowrite8(tf->hob_feature, ioaddr->feature_addr); in ata_sff_tf_load() 433 tf->hob_feature, in ata_sff_tf_load() 491 tf->hob_feature = ioread8(ioaddr->error_addr); in ata_sff_tf_read()
|
D | sata_dwc_460ex.c | 329 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
|
D | libata-eh.c | 2581 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report() 2586 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
|
D | sata_mv.c | 2106 mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0); in mv_qc_prep() 2194 (tf->hob_feature << 24) in mv_qc_prep_iie()
|
D | sata_nv.c | 790 cpb[idx++] = cpu_to_le16((ATA_REG_ERR << 8) | tf->hob_feature | WNB); in nv_adma_tf_to_cpb()
|
D | libata-core.c | 572 fis[11] = tf->hob_feature; in ata_tf_to_fis() 776 tf->hob_feature = (n_block >> 8) & 0xff; in ata_build_rw_tf()
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.h | 577 u8 hob_feature; member
|
D | ipr.c | 6856 regs->hob_feature = tf->hob_feature; in ipr_copy_sata_tf()
|
/Linux-v4.19/include/linux/ |
D | libata.h | 569 u8 hob_feature; /* additional data */ member
|