Lines Matching refs:command
209 int command = ((port + 4) << 1); in portman_write_midi() local
220 command |= INT_EN; in portman_write_midi()
228 portman_write_command(pm, command); in portman_write_midi()
246 portman_write_command(pm, command | STROBE); in portman_write_midi()
257 portman_write_command(pm, command); in portman_write_midi()
362 int command = INT_EN; in portman_data_avail() local
365 command |= RXDATA0; in portman_data_avail()
368 command |= RXDATA1; in portman_data_avail()
372 portman_write_command(pm, command); in portman_data_avail()
389 unsigned char command = 0; in portman_flush_input() local
393 command = RXDATA0; in portman_flush_input()
396 command = RXDATA1; in portman_flush_input()
406 portman_write_command(pm, command); in portman_flush_input()
409 portman_write_command(pm, command | STROBE); in portman_flush_input()
425 portman_write_command(pm, command | INT_EN); in portman_flush_input()