Home | History | Annotate | Download | only in netboot

Lines Matching defs:cmd

64 #define CMD_SUSP	0x4000		/* Suspend after doing cmd. */
65 #define CMD_INTR 0x2000 /* Interrupt after doing cmd. */
211 0,0xf000|RX_START|CUC_START, /* SCB status and cmd. */
293 unsigned short cmd, status;
296 cmd = (status = shmem[iSCB_STATUS>>1]) & 0xf000;
298 cmd |= CUC_RESUME;
300 cmd |= CUC_START;
302 cmd |= RX_RESUME;
304 cmd |= RX_START;
305 if (cmd == 0) /* Nothing to do */
307 shmem[iSCB_CMD>>1] = cmd;
309 printf("Status %hX Command %hX\n", status, cmd);
357 printf("i82586 initialisation timed out with status %hX, cmd %hX\n",
370 printf("i82586 status %hX, cmd %hX\n",
610 printf("i82586 initialisation timed out with status %hX, cmd %hX\n",
758 printf("i82586 initialisation timed out with status %hX, cmd %hX\n",