Lines Matching refs:drivecnt
1055 pptr->drivecnt = 0; in setup()
1063 pptr->drivecnt = 0; in setup()
1077 pptr->drivecnt = 0; in setup()
1082 pptr->drivecnt = regs.edx.b[0]; in setup()
1098 if (pptr->drivecnt > bios_drives) { in setup()
1101 pptr->drivecnt = bios_drives; in setup()
1106 pptr->drivecnt++; in setup()
1109 if (pptr->drivecnt <= (geometry->driveno & 0x7f)) in setup()
1110 pptr->drivecnt = (geometry->driveno & 0x7f) + 1; in setup()
1149 uint8_t nhd = pptr->drivecnt; in setup()
1159 uint8_t nflop = pptr->drivecnt; in setup()