Searched refs:lbah (Results 1 - 25 of 38) sorted by relevance

12

/drivers/ide/
H A Dide-lib.c40 low = (tf->lbah << 16) | (tf->lbam << 8) | tf->lbal;
43 high = (tf->lbah << 16) | (tf->lbam << 8) | tf->lbal;
71 printk(KERN_CONT ", CHS=%d/%d/%d", (tf->lbah << 8) + tf->lbam,
H A Dide-disk_proc.c17 tf->lbah = ATA_SMART_LBAH_PASS;
34 tf->lbah = ATA_SMART_LBAH_PASS;
H A Dide-io-std.c110 tf_outb(tf->lbah, io_ports->lbah_addr);
137 tf->lbah = tf_inb(io_ports->lbah_addr);
H A Dide-park.c74 tf->lbah = 0x55;
H A Dide-disk.c111 tf->lbah = (u8)(block >> 16);
119 tf->lbah = (u8)((u64)block >> 40);
129 tf->lbah = block >>= 8;
145 tf->lbah = cyl >> 8;
251 tf->lbah = (addr_req >>= 8) & 0xff;
255 cmd.hob.lbah = (addr_req >>= 8) & 0xff;
H A Dide-atapi.c330 *bcount = (tf.lbah << 8) | tf.lbam;
539 cmd->tf.lbah = (bcount >> 8) & 0xff;
H A Dide-ioctls.c145 tf->lbah = 0xc2;
H A Dns87415.c78 tf->lbah = inb(io_ports->lbah_addr);
H A Dide-taskfile.c48 "lbam 0x%02x lbah 0x%02x dev 0x%02x cmd 0x%02x\n",
50 cmd->tf.lbal, cmd->tf.lbam, cmd->tf.lbah,
52 printk("%s: hob: nsect 0x%02x lbal 0x%02x lbam 0x%02x lbah 0x%02x\n",
53 s, cmd->hob.nsect, cmd->hob.lbal, cmd->hob.lbam, cmd->hob.lbah);
H A Dscc_pata.c660 scc_ide_outb(tf->lbah, io_ports->lbah_addr);
678 tf->lbah = scc_ide_inb(io_ports->lbah_addr);
/drivers/ata/
H A Dsata_promise.h123 buf[i++] = tf->lbah;
151 buf[i++] = tf->lbah;
H A Dsata_svw.c165 writew(tf->lbah | (((u16)tf->hob_lbah) << 8),
172 writew(tf->lbah, ioaddr->lbah_addr);
185 u16 nsect, lbal, lbam, lbah, feature; local
193 lbah = readw(ioaddr->lbah_addr);
199 tf->lbah = lbah;
206 tf->hob_lbah = lbah >> 8;
H A Dsata_vsc.c183 writew(tf->lbah | (((u16)tf->hob_lbah) << 8),
190 writew(tf->lbah, ioaddr->lbah_addr);
203 u16 nsect, lbal, lbam, lbah, feature; local
211 lbah = readw(ioaddr->lbah_addr);
217 tf->lbah = lbah;
224 tf->hob_lbah = lbah >> 8;
H A Dpata_ns87415.c273 tf->lbah = ioread8(ioaddr->lbah_addr);
H A Dsata_inic162x.c199 u8 lbah; /* ATA Cylinder High */ member in struct:inic_cpb
495 cpb->lbah = qc->tf.lbah;
548 tf->lbah = readb(port_base + PORT_TF_LBAH);
H A Dlibata-scsi.c632 args[5] = desc[11]; /* lbah */
981 desc[11] = tf->lbah;
1330 tf->lbah = 0x0;
1338 tf->lbah = 0x0; /* cyl high */
1568 tf->lbah = (block >> 16) & 0xff;
1600 tf->lbah = cyl >> 8;
2551 qc->tf.lbah = 0;
2718 qc->tf.lbah = (nbytes >> 8);
2883 tf->lbah = cdb[12];
2896 tf->lbah
[all...]
H A Dlibata-core.c556 fis[6] = tf->lbah;
593 tf->lbah = fis[6];
702 block |= tf->lbah << 16;
708 cyl = tf->lbam | (tf->lbah << 8);
771 tf->lbah = (block >> 16) & 0xff;
805 tf->lbah = (block >> 16) & 0xff;
840 tf->lbah = cyl >> 8;
1068 if ((tf->lbam == 0) && (tf->lbah == 0)) {
1073 if ((tf->lbam == 0x14) && (tf->lbah == 0xeb)) {
1078 if ((tf->lbam == 0x69) && (tf->lbah
[all...]
H A Dlibata-acpi.c588 tf->lbah = gtf->tf[4]; /* 0x1f5 */
656 * Writes the control, feature, nsect, lbal, lbam, and lbah registers.
733 tf.lbam, tf.lbah, tf.device,
H A Dpata_samsung_cf.c180 ata_outb(ap->host, tf->lbah, ioaddr->lbah_addr);
200 tf->lbah = ata_inb(ap->host, ioaddr->lbah_addr);
H A Dpata_via.c430 iowrite8(tf->lbah, ioaddr->lbah_addr);
436 tf->lbah);
H A Dpata_octeon_cf.c353 tf->lbah = blob >> 8;
448 __raw_writew(tf->lbam | tf->lbah << 8, base + 4);
454 tf->lbah);
H A Dpata_scc.c308 out_be32(ioaddr->lbah_addr, tf->lbah);
314 tf->lbah);
354 tf->lbah = in_be32(ioaddr->lbah_addr);
H A Dpata_bf54x.c702 write_atapi_register(base, ATA_REG_LBAH, tf->lbah);
708 tf->lbah);
749 tf->lbah = read_atapi_register(base, ATA_REG_LBAH);
H A Dlibata-pmp.c58 *r_val = tf.nsect | tf.lbal << 8 | tf.lbam << 16 | tf.lbah << 24;
91 tf.lbah = (val >> 24) & 0xff;
/drivers/scsi/libsas/
H A Dsas_ata.c617 fis->lbah == 0 &&
623 fis->lbah == 0xAA &&
639 fis->lbah == 0xC3 &&

Completed in 309 milliseconds

12