Searched refs:hob_feature (Results 1 – 13 of 13) sorted by relevance
| /linux/include/trace/events/ |
| H A 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/drivers/ata/ |
| H A D | sata_promise.h | 118 buf[i++] = tf->hob_feature; in pdc_prep_lba48()
|
| H A D | libata-scsi.c | 3349 tf->hob_feature = cdb[3]; in ata_scsi_pass_thru() 3390 tf->hob_feature = cdb[20]; in ata_scsi_pass_thru() 3705 tf->hob_feature = n_pages >> 8; in ata_scsi_write_same_xlat() 3711 tf->hob_feature = 0; in ata_scsi_write_same_xlat() 4170 tf->hob_feature = (sect >> 8) & 0xff; in ata_scsi_zbc_in_xlat() 4176 tf->hob_feature = options; in ata_scsi_zbc_in_xlat() 4263 tf->hob_feature = all; in ata_scsi_zbc_out_xlat() 4804 tf->hob_feature = cdb[14]; in ata_scsi_get_phys_element_status_xlat() 4873 tf->hob_feature = (id >> 24) & 0xff; in ata_scsi_remove_element_and_truncate_xlat() 4910 tf->hob_feature = (id >> 24) & 0xff; in ata_scsi_remove_element_and_modify_zones_xlat()
|
| H A D | pata_ns87415.c | 277 tf->hob_feature = ioread8(ioaddr->error_addr); in ns87560_tf_read()
|
| H A D | pata_ep93xx.c | 389 ep93xx_pata_write_reg(drv_data, tf->hob_feature, in ep93xx_pata_tf_load() 433 tf->hob_feature = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
|
| H A 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()
|
| H A 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()
|
| H A D | libata-sata.c | 169 fis[11] = tf->hob_feature; in ata_tf_to_fis()
|
| H A D | libata-eh.c | 2751 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report() 2756 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
|
| H A 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()
|
| H A D | libata-core.c | 763 tf->hob_feature = (n_block >> 8) & 0xff; in ata_build_rw_tf()
|
| /linux/drivers/ata/pata_parport/ |
| H A 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/include/linux/ |
| H A D | libata.h | 580 u8 hob_feature; /* additional data */ member
|