Lines Matching defs:command
116 /* Standard PC parallel port command register equates. */
127 /* The parallel port command register field (b1..b3) selects the
130 * port command register.
198 int command = ((port + 4) << 1);
205 * command = TXDATA0 | INT_EN;
209 command |= INT_EN;
217 portman_write_command(pm, command);
235 portman_write_command(pm, command | STROBE);
246 portman_write_command(pm, command);
351 int command = INT_EN;
354 command |= RXDATA0;
357 command |= RXDATA1;
361 portman_write_command(pm, command);
378 unsigned char command = 0;
382 command = RXDATA0;
385 command = RXDATA1;
395 portman_write_command(pm, command);
398 portman_write_command(pm, command | STROBE);
414 portman_write_command(pm, command | INT_EN);
429 /* Initialize the parallel port command register, thus initializing
440 parport_write_control(p, RXDATA0); /* Write Strobe=0 to command reg. */
449 parport_write_control(p, RXDATA0 | STROBE); /* Write Strobe=1 to command reg. */