Lines Matching defs:chsgeo_base
465 uint8_t chsgeo_base;
492 chsgeo_base = 0x1e;
495 chsgeo_base = 0x26;
498 chsgeo_base = 0x67;
501 chsgeo_base = 0x70;
504 chsgeo_base = 0;
506 if (chsgeo_base)
508 lgeo.cylinders = inb_cmos(chsgeo_base) + (inb_cmos(chsgeo_base + 1) << 8);
509 lgeo.heads = inb_cmos(chsgeo_base + 2);
510 lgeo.spt = inb_cmos(chsgeo_base + 7);