Searched refs:hob_feature (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/include/trace/events/ |
D | libata.h | 203 __field( unsigned char, hob_feature ) 223 __entry->hob_feature = qc->tf.hob_feature; 236 __entry->hob_feature, __entry->hob_nsect, 270 __field( unsigned char, hob_feature ) 288 __entry->hob_feature = qc->result_tf.hob_feature; 301 __entry->hob_feature, __entry->hob_nsect, 337 __field( unsigned char, hob_feature ) 353 __entry->hob_feature = tf->hob_feature; 366 __entry->hob_feature, __entry->hob_nsect,
|
/linux-6.12.1/drivers/ata/ |
D | sata_vsc.c | 158 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 203 tf->hob_feature = error >> 8; in vsc_sata_tf_read()
|
D | sata_promise.h | 118 buf[i++] = tf->hob_feature; in pdc_prep_lba48()
|
D | sata_inic162x.c | 201 u8 hob_feature; /* ATA Ex. Feature */ member 512 cpb->hob_feature = qc->tf.hob_feature; in inic_qc_prep()
|
D | sata_svw.c | 170 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 215 tf->hob_feature = error >> 8; in k2_sata_tf_read()
|
D | pata_ns87415.c | 277 tf->hob_feature = ioread8(ioaddr->error_addr); in ns87560_tf_read()
|
D | libata-scsi.c | 2937 tf->hob_feature = cdb[3]; in ata_scsi_pass_thru() 2978 tf->hob_feature = cdb[20]; in ata_scsi_pass_thru() 3280 tf->hob_feature = (size / 512) >> 8; in ata_scsi_write_same_xlat() 3286 tf->hob_feature = 0; in ata_scsi_write_same_xlat() 3525 tf->hob_feature = (sect >> 8) & 0xff; in ata_scsi_zbc_in_xlat() 3531 tf->hob_feature = options; in ata_scsi_zbc_in_xlat() 3618 tf->hob_feature = all; in ata_scsi_zbc_out_xlat()
|
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 | pata_octeon_cf.c | 405 tf->hob_feature = blob >> 8; in octeon_cf_tf_read16() 474 __raw_writew(tf->hob_feature << 8, base + 0xc); in octeon_cf_tf_load16()
|
D | sata_rcar.c | 372 iowrite32(tf->hob_feature, ioaddr->feature_addr); in sata_rcar_tf_load() 407 tf->hob_feature = ioread32(ioaddr->error_addr); in sata_rcar_tf_read()
|
D | pata_via.c | 412 iowrite8(tf->hob_feature, ioaddr->feature_addr); in via_tf_load()
|
D | libata-sff.c | 356 iowrite8(tf->hob_feature, ioaddr->feature_addr); in ata_sff_tf_load() 406 tf->hob_feature = ioread8(ioaddr->error_addr); in ata_sff_tf_read()
|
D | libata-sata.c | 169 fis[11] = tf->hob_feature; in ata_tf_to_fis()
|
D | libata-eh.c | 2535 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report() 2540 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
|
D | sata_mv.c | 2058 mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0); in mv_qc_prep() 2146 (tf->hob_feature << 24) in mv_qc_prep_iie()
|
D | sata_nv.c | 784 cpb[idx++] = cpu_to_le16((ATA_REG_ERR << 8) | tf->hob_feature | WNB); in nv_adma_tf_to_cpb()
|
D | libata-core.c | 718 tf->hob_feature = (n_block >> 8) & 0xff; in ata_build_rw_tf()
|
/linux-6.12.1/drivers/ata/pata_parport/ |
D | pata_parport.c | 228 tf->hob_feature); in pata_parport_tf_load() 265 tf->hob_feature = pi->proto->read_regr(pi, 0, ATA_REG_ERR); in pata_parport_tf_read()
|
/linux-6.12.1/include/linux/ |
D | libata.h | 568 u8 hob_feature; /* additional data */ member
|