Lines Matching defs:step
289 int i, j, step, found;
312 step = 0x1000000;
313 printf("\nFinding PCIC. Trying ISA port %#x-%#x step %#x\n",
314 VR_ISA_PORT_BASE, VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE, step);
316 i+= step) {
354 u_int32_t port, step;
357 step = 0x08;
359 printf("Searching COM port. Trying ISA port %#x-%#x step %#x\n",
360 VR_ISA_PORT_BASE, VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE - 1, step );
363 port < (VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE); port += step){