Searched refs:HD_LCYL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ | ||
D | hdreg.h | 18 #define HD_LCYL 0x1f4 /* starting cylinder */ macro |
/linux-2.4.37.9/drivers/ide/legacy/ | ||
D | hd.c | 198 (inb(HD_HCYL)<<8) + inb(HD_LCYL), in dump_status() |