Home | History | Annotate | Download | only in net

Lines Matching defs:memory

16  *   4608 byte packet memory. ( for the 91C92/4.  Others have more )
516 * 3. reset the memory management unit
644 /* now, try to allocate the memory */
649 /* wait for the memory allocation to finnish */
660 /* We've got the memory */
663 printf("SMC9000: Memory allocation timed out, resetting MMU.\n");
672 printf("SMC9000: Memory allocation failed. \n");
839 int memory;
860 /* get the memory information */
862 memory = ( inw(nic->ioaddr + MCR) >> 9 ) & 0x7; /* multiplier */
863 memory *= 256 * (inw(nic->ioaddr + MIR) & 0xFF);
904 nic->ioaddr, if_string, memory );