Searched refs:IDE_LCYL_REG (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-lib.c452 |(hwif->INB(IDE_LCYL_REG)<<8)
457 hwif->INB(IDE_LCYL_REG),
H A Dide-taskfile.c115 hwif->OUTB(hobfile->low_cylinder, IDE_LCYL_REG);
122 hwif->OUTB(taskfile->low_cylinder, IDE_LCYL_REG);
816 hwif->OUTB(hobfile->low_cylinder, IDE_LCYL_REG);
830 hwif->OUTB(taskfile->low_cylinder, IDE_LCYL_REG);
H A Dide-io.c396 args[4] = hwif->INB(IDE_LCYL_REG);
416 args->tfRegister[IDE_LCYL_OFFSET] = hwif->INB(IDE_LCYL_REG);
426 args->hobRegister[IDE_LCYL_OFFSET] = hwif->INB(IDE_LCYL_REG);
897 hwif->OUTB(args[4], IDE_LCYL_REG);
918 hwif->OUTB(0x4f, IDE_LCYL_REG);
H A Dide-disk.c219 hwif->OUTB(tasklets[8], IDE_LCYL_REG);
225 hwif->OUTB(tasklets[5], IDE_LCYL_REG);
232 hwif->OUTB(block>>=8, IDE_LCYL_REG);
248 hwif->OUTB(cyl, IDE_LCYL_REG);
H A Dide-iops.c164 u8 lcyl = HWIF(drive)->INB(IDE_LCYL_REG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h111 #define IDE_LCYL_REG (HWIF(drive)->io_ports[IDE_LCYL_OFFSET]) macro
122 #define IDE_BCOUNTL_REG IDE_LCYL_REG

Completed in 82 milliseconds