Home
last modified time | relevance | path

Searched refs:addr_byte (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/sound/drivers/
Dserial-u16550.c638 unsigned char midi_byte, addr_byte; in snd_uart16550_output_write() local
663 addr_byte = (1 << (substream->number + 4)) | 0x08; in snd_uart16550_output_write()
666 addr_byte = (substream->number << 4) | 0x08; in snd_uart16550_output_write()
668 if (addr_byte == 0x08) in snd_uart16550_output_write()
669 addr_byte = 0xf8; in snd_uart16550_output_write()
671 snd_uart16550_output_byte(uart, substream, addr_byte); in snd_uart16550_output_write()