Home
last modified time | relevance | path

Searched refs:IDE_LCYL_OFFSET (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-disk.c609 args.tfRegister[IDE_LCYL_OFFSET] = cyl; in chs_rw_disk()
641 args.tfRegister[IDE_LCYL_OFFSET] = (block>>=8); in lba_28_rw_disk()
679 args.tfRegister[IDE_LCYL_OFFSET] = (block>>=8); /* mid lba */ in lba_48_rw_disk()
1030 | ((args.tfRegister[ IDE_LCYL_OFFSET] ) << 8) in idedisk_read_native_max_address()
1057 ((args.tfRegister[IDE_LCYL_OFFSET])<<8) | in idedisk_read_native_max_address_ext()
1079 args.tfRegister[IDE_LCYL_OFFSET] = ((addr_req >> 8) & 0xff); in idedisk_set_max_address()
1090 | ((args.tfRegister[ IDE_LCYL_OFFSET] ) << 8) in idedisk_set_max_address()
1106 args.tfRegister[IDE_LCYL_OFFSET] = ((addr_req >>= 8) & 0xff); in idedisk_set_max_address_ext()
1124 ((args.tfRegister[IDE_LCYL_OFFSET])<<8) | in idedisk_set_max_address_ext()
1264 args.tfRegister[IDE_LCYL_OFFSET] = drive->cyl; in idedisk_special()
[all …]
Dide-taskfile.c154 printk("TF.4=x%02x ", args->tfRegister[IDE_LCYL_OFFSET]); in debug_taskfile()
374 args->tfRegister[IDE_LCYL_OFFSET] = hwif->INB(IDE_LCYL_REG); in ide_end_taskfile()
1193 args->tfRegister[IDE_LCYL_OFFSET] = SMART_LCYL_PASS; in ide_cmd_type_parser()
1689 tfargs.tfRegister[IDE_LCYL_OFFSET] = 0x00; in ide_cmd_ioctl()
1742 tfargs.tfRegister[IDE_LCYL_OFFSET] = 0x00; in ide_cmd_ioctl()
Dide-io.c170 args->tfRegister[IDE_LCYL_OFFSET] = hwif->INB(IDE_LCYL_REG); in ide_end_drive_cmd()
/linux-2.4.37.9/drivers/ide/legacy/
Dsibyte.c66 hwif->hw.io_ports[IDE_LCYL_OFFSET] = SIBYTE_IDE_REG(0x1f4); in sibyte_ide_probe()
/linux-2.4.37.9/drivers/ide/ppc/
Dswarm.c62 hwif->hw.io_ports[IDE_LCYL_OFFSET] = SWARM_IDE_REG(0x1f4); in swarm_ide_probe()
/linux-2.4.37.9/include/linux/
Dide.h160 #define IDE_LCYL_OFFSET (4) macro
185 #define IDE_LCYL_REG (HWIF(drive)->io_ports[IDE_LCYL_OFFSET])
196 #define IDE_LCYL_REG_HOB (HWIF(drive)->io_ports[IDE_LCYL_OFFSET])
/linux-2.4.37.9/drivers/pcmcia/
Dsibyte_generic.c609 hwif->hw.io_ports[IDE_LCYL_OFFSET] = SIBYTE_CS_REG(4); in sibyte_pc_prep_ide()
/linux-2.4.37.9/drivers/ide/pci/
Dsiimage.c1004 hw.io_ports[IDE_LCYL_OFFSET] = base + 4; in init_mmio_iops_siimage()
/linux-2.4.37.9/drivers/usb/storage/
Disd200.c1138 (regs[IDE_LCYL_OFFSET] == 0x14)) { in isd200_try_enum()