Lines Matching defs:command
117 /* Standard PC parallel port command register equates. */
128 /* The parallel port command register field (b1..b3) selects the
131 * port command register.
209 int command = ((port + 4) << 1);
216 * command = TXDATA0 | INT_EN;
220 command |= INT_EN;
228 portman_write_command(pm, command);
246 portman_write_command(pm, command | STROBE);
257 portman_write_command(pm, command);
362 int command = INT_EN;
365 command |= RXDATA0;
368 command |= RXDATA1;
372 portman_write_command(pm, command);
389 unsigned char command = 0;
393 command = RXDATA0;
396 command = RXDATA1;
406 portman_write_command(pm, command);
409 portman_write_command(pm, command | STROBE);
425 portman_write_command(pm, command | INT_EN);
440 /* Initialize the parallel port command register, thus initializing
451 parport_write_control(p, RXDATA0); /* Write Strobe=0 to command reg. */
460 parport_write_control(p, RXDATA0 | STROBE); /* Write Strobe=1 to command reg. */