Searched refs:hob_feature (Results 1 – 21 of 21) sorted by relevance
/drivers/ata/ |
D | sata_vsc.c | 175 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 220 tf->hob_feature = feature >> 8; in vsc_sata_tf_read()
|
D | sata_promise.h | 134 buf[i++] = tf->hob_feature; in pdc_prep_lba48()
|
D | sata_svw.c | 190 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 235 tf->hob_feature = feature >> 8; in k2_sata_tf_read()
|
D | sata_inic162x.c | 190 u8 hob_feature; /* ATA Ex. Feature */ member 496 cpb->hob_feature = qc->tf.hob_feature; in inic_qc_prep()
|
D | sata_rcar.c | 326 iowrite32(tf->hob_feature, ioaddr->feature_addr); in sata_rcar_tf_load() 332 tf->hob_feature, in sata_rcar_tf_load() 375 tf->hob_feature = ioread32(ioaddr->error_addr); in sata_rcar_tf_read()
|
D | pata_scc.c | 290 out_be32(ioaddr->feature_addr, tf->hob_feature); in scc_tf_load() 296 tf->hob_feature, in scc_tf_load() 359 tf->hob_feature = in_be32(ioaddr->error_addr); in scc_tf_read()
|
D | pata_via.c | 412 iowrite8(tf->hob_feature, ioaddr->feature_addr); in via_tf_load() 418 tf->hob_feature, in via_tf_load()
|
D | pata_octeon_cf.c | 417 tf->hob_feature = blob >> 8; in octeon_cf_tf_read16() 488 __raw_writew(tf->hob_feature << 8, base + 0xc); in octeon_cf_tf_load16() 492 tf->hob_feature, in octeon_cf_tf_load16()
|
D | pata_samsung_cf.c | 168 ata_outb(ap->host, tf->hob_feature, ioaddr->feature_addr); in pata_s3c_tf_load() 205 tf->hob_feature = ata_inb(ap->host, ioaddr->error_addr); in pata_s3c_tf_read()
|
D | pata_ns87415.c | 278 tf->hob_feature = ioread8(ioaddr->error_addr); in ns87560_tf_read()
|
D | pata_bf54x.c | 683 tf->hob_feature); in bfin_tf_load() 691 tf->hob_feature, in bfin_tf_load() 754 tf->hob_feature = read_atapi_register(base, ATA_REG_ERR); in bfin_tf_read()
|
D | pata_ep93xx.c | 386 ep93xx_pata_write_reg(drv_data, tf->hob_feature, in ep93xx_pata_tf_load() 430 tf->hob_feature = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
|
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 | libata-scsi.c | 2908 tf->hob_feature = cdb[3]; in ata_scsi_pass_thru() 3105 tf->hob_feature = 0; in ata_scsi_write_same_xlat()
|
D | libata-eh.c | 2527 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report() 2532 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
|
D | sata_dwc_460ex.c | 388 tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, in sata_dwc_tf_dump()
|
D | sata_mv.c | 2069 mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0); in mv_qc_prep() 2157 (tf->hob_feature << 24) in mv_qc_prep_iie()
|
D | libata-core.c | 565 fis[11] = tf->hob_feature; in ata_tf_to_fis() 768 tf->hob_feature = (n_block >> 8) & 0xff; in ata_build_rw_tf()
|
D | sata_nv.c | 810 cpb[idx++] = cpu_to_le16((ATA_REG_ERR << 8) | tf->hob_feature | WNB); in nv_adma_tf_to_cpb()
|
/drivers/scsi/ |
D | ipr.h | 549 u8 hob_feature; member
|
D | ipr.c | 6366 regs->hob_feature = tf->hob_feature; in ipr_copy_sata_tf()
|