hob_lbal 553 drivers/ata/libata-core.c fis[8] = tf->hob_lbal; hob_lbal 590 drivers/ata/libata-core.c tf->hob_lbal = fis[8]; hob_lbal 692 drivers/ata/libata-core.c block |= (u64)tf->hob_lbal << 24; hob_lbal 765 drivers/ata/libata-core.c tf->hob_lbal = (block >> 24) & 0xff; hob_lbal 796 drivers/ata/libata-core.c tf->hob_lbal = (block >> 24) & 0xff; hob_lbal 1184 drivers/ata/libata-core.c sectors |= ((u64)(tf->hob_lbal & 0xff)) << 24; hob_lbal 1283 drivers/ata/libata-core.c tf.hob_lbal = (new_sectors >> 24) & 0xff; hob_lbal 1467 drivers/ata/libata-eh.c tf->hob_lbal = buf[8]; hob_lbal 2563 drivers/ata/libata-eh.c cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah, hob_lbal 2568 drivers/ata/libata-eh.c res->hob_lbal, res->hob_lbam, res->hob_lbah, hob_lbal 1132 drivers/ata/libata-scsi.c desc[6] = tf->hob_lbal; hob_lbal 1147 drivers/ata/libata-scsi.c if (tf->hob_lbal || tf->hob_lbam || tf->hob_lbah) hob_lbal 1730 drivers/ata/libata-scsi.c tf->hob_lbal = (block >> 24) & 0xff; hob_lbal 3180 drivers/ata/libata-scsi.c tf->hob_lbal = cdb[7]; hob_lbal 3219 drivers/ata/libata-scsi.c tf->hob_lbal = cdb[16]; hob_lbal 3756 drivers/ata/libata-scsi.c tf->hob_lbal = (block >> 24) & 0xff; hob_lbal 3840 drivers/ata/libata-scsi.c tf->hob_lbal = (block >> 24) & 0xff; hob_lbal 413 drivers/ata/libata-sff.c iowrite8(tf->hob_lbal, ioaddr->lbal_addr); hob_lbal 419 drivers/ata/libata-sff.c tf->hob_lbal, hob_lbal 477 drivers/ata/libata-sff.c tf->hob_lbal = ioread8(ioaddr->lbal_addr); hob_lbal 390 drivers/ata/pata_ep93xx.c ep93xx_pata_write_reg(drv_data, tf->hob_lbal, hob_lbal 434 drivers/ata/pata_ep93xx.c tf->hob_lbal = ep93xx_pata_read_reg(drv_data, hob_lbal 280 drivers/ata/pata_ns87415.c tf->hob_lbal = ioread8(ioaddr->lbal_addr); hob_lbal 412 drivers/ata/pata_octeon_cf.c tf->hob_lbal = blob >> 8; hob_lbal 480 drivers/ata/pata_octeon_cf.c __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2); hob_lbal 485 drivers/ata/pata_octeon_cf.c tf->hob_lbal, hob_lbal 190 drivers/ata/pata_samsung_cf.c ata_outb(ap->host, tf->hob_lbal, ioaddr->lbal_addr); hob_lbal 227 drivers/ata/pata_samsung_cf.c tf->hob_lbal = ata_inb(ap->host, ioaddr->lbal_addr); hob_lbal 414 drivers/ata/pata_via.c iowrite8(tf->hob_lbal, ioaddr->lbal_addr); hob_lbal 420 drivers/ata/pata_via.c tf->hob_lbal, hob_lbal 331 drivers/ata/pdc_adma.c buf[i++] = qc->tf.hob_lbal; hob_lbal 325 drivers/ata/sata_dwc_460ex.c tf->hob_feature, tf->hob_nsect, tf->hob_lbal, tf->hob_lbam, hob_lbal 207 drivers/ata/sata_inic162x.c u8 hob_lbal; /* ATA Ex. Sector Number */ hob_lbal 516 drivers/ata/sata_inic162x.c cpb->hob_lbal = qc->tf.hob_lbal; hob_lbal 2109 drivers/ata/sata_mv.c mv_crqb_pack_cmd(cw++, tf->hob_lbal, ATA_REG_LBAL, 0); hob_lbal 2178 drivers/ata/sata_mv.c (tf->hob_lbal << 0) | hob_lbal 776 drivers/ata/sata_nv.c cpb[idx++] = cpu_to_le16((ATA_REG_LBAL << 8) | tf->hob_lbal); hob_lbal 126 drivers/ata/sata_promise.h buf[i++] = tf->hob_lbal; hob_lbal 383 drivers/ata/sata_rcar.c iowrite32(tf->hob_lbal, ioaddr->lbal_addr); hob_lbal 389 drivers/ata/sata_rcar.c tf->hob_lbal, hob_lbal 432 drivers/ata/sata_rcar.c tf->hob_lbal = ioread32(ioaddr->lbal_addr); hob_lbal 173 drivers/ata/sata_svw.c writew(tf->lbal | (((u16)tf->hob_lbal) << 8), hob_lbal 216 drivers/ata/sata_svw.c tf->hob_lbal = lbal >> 8; hob_lbal 162 drivers/ata/sata_vsc.c writew(tf->lbal | (((u16)tf->hob_lbal) << 8), hob_lbal 205 drivers/ata/sata_vsc.c tf->hob_lbal = lbal >> 8; hob_lbal 6847 drivers/scsi/ipr.c regs->hob_lbal = tf->hob_lbal; hob_lbal 7141 drivers/scsi/ipr.c tf->hob_lbal = g->hob_lbal; hob_lbal 566 drivers/scsi/ipr.h u8 hob_lbal; hob_lbal 677 drivers/scsi/ipr.h u8 hob_lbal; hob_lbal 554 include/linux/libata.h u8 hob_lbal; hob_lbal 168 include/trace/events/libata.h __field( unsigned char, hob_lbal ) hob_lbal 188 include/trace/events/libata.h __entry->hob_lbal = qc->tf.hob_lbal; hob_lbal 206 include/trace/events/libata.h __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah, hob_lbal 227 include/trace/events/libata.h __field( unsigned char, hob_lbal ) hob_lbal 245 include/trace/events/libata.h __entry->hob_lbal = qc->result_tf.hob_lbal; hob_lbal 262 include/trace/events/libata.h __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,