Lines Matching defs:n
133 void hd(void *where, int n);
203 printf("Command %2.2x was not immediately accepted, %d ticks!\n",
297 printf(" mdio_write() timed out with val = %X.\n", val);
319 printf( " mdio_read() timed out with val = %X.\n", val);
358 printf ("%s\n", str);
402 printf ("transmitting type %hX packet (%d bytes). status = %hX, cmd=%hX\n",
424 printf ("txfd: \n");
439 printf ("s1 = %hX, s2 = %hX.\n", s1, s2);
521 printf ("Got a packet: Len = %d.\n", ACCESS(rxfd)count & 0x3fff);
616 printf ("Ethernet addr: %!\n", nic->node_addr);
620 "check settings before activating this device!\n", sum);
677 printf ("Setup_eaddr:\n");
696 printf(" DP83840 specific setup, setting register 23 to %hX.\n",
735 printf("Valid link not established\n");
752 void hd (void *where, int n)
756 while (n > 0) {
758 for (i=0;i < ( (n>16)?16:n);i++)
760 printf ("\n");
761 n -= 16;