Home
last modified time | relevance | path

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

/linux-6.1.9/sound/drivers/
Dserial-u16550.c635 unsigned char midi_byte, addr_byte; in snd_uart16550_output_write() local
660 addr_byte = (1 << (substream->number + 4)) | 0x08; in snd_uart16550_output_write()
663 addr_byte = (substream->number << 4) | 0x08; in snd_uart16550_output_write()
665 if (addr_byte == 0x08) in snd_uart16550_output_write()
666 addr_byte = 0xf8; in snd_uart16550_output_write()
668 snd_uart16550_output_byte(uart, substream, addr_byte); in snd_uart16550_output_write()