Searched refs:hcyl (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-io.c323 u8 hcyl, lcyl, sect; local
327 hcyl = args[5];
332 low = (hcyl << 16) | (lcyl << 8) | sect;
339 low = (hcyl << 16) | (lcyl << 8) | sect;
341 low = hcyl * drive->head * drive->sect;
892 printk("hcyl=0x%02x ", args[5]);
H A Dide-iops.c163 u8 hcyl = HWIF(drive)->INB(IDE_HCYL_REG); local
166 return (hcyl<<16)|(lcyl<<8)|sect;
H A Dide-taskfile.c791 * read the hob registers (sector, nsector, lcyl, hcyl)
831 if (task->tf_out_flags.b.hcyl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdreg.h103 unsigned hcyl : 1; member in struct:ide_reg_valid_s::__anon9837

Completed in 171 milliseconds