Lines Matching refs:command
224 int command = ((port + 4) << 1); in portman_write_midi() local
235 command |= INT_EN; in portman_write_midi()
243 portman_write_command(pm, command); in portman_write_midi()
261 portman_write_command(pm, command | STROBE); in portman_write_midi()
272 portman_write_command(pm, command); in portman_write_midi()
377 int command = INT_EN; in portman_data_avail() local
380 command |= RXDATA0; in portman_data_avail()
383 command |= RXDATA1; in portman_data_avail()
387 portman_write_command(pm, command); in portman_data_avail()
404 unsigned char command = 0; in portman_flush_input() local
408 command = RXDATA0; in portman_flush_input()
411 command = RXDATA1; in portman_flush_input()
421 portman_write_command(pm, command); in portman_flush_input()
424 portman_write_command(pm, command | STROBE); in portman_flush_input()
440 portman_write_command(pm, command | INT_EN); in portman_flush_input()