Home | History | Annotate | Download | only in netboot

Lines Matching defs:memory

13  *   4608 byte packet memory. ( for the 91C92/4.  Others have more )
66 * 3. reset the memory management unit
209 /* now, try to allocate the memory */
214 /* wait for the memory allocation to finnish */
225 /* We've got the memory */
228 printf("SMC9000: Memory allocation timed out, resetting MMU.\n");
237 printf("SMC9000: Memory allocation failed. \n");
388 int memory;
441 /* get the memory information */
443 memory = ( inw(smc9000_base + MCR) >> 9 ) & 0x7; /* multiplier */
444 memory *= 256 * (inw(smc9000_base + MIR) & 0xFF);
481 smc9000_base, if_string, memory );