Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dudbg_16550.c28 #define UART_DLL UART_RBR macro
115 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
136 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_pxa.c67 serial_out(up, UART_DLL, value & 0xff); in serial_pxa_dl_write()
72 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
A D8250_ingenic.c112 early_out(port, UART_DLL, 0); in ingenic_earlycon_setup_tail()
120 early_out(port, UART_DLL, divisor & 0xff); in ingenic_earlycon_setup_tail()
A D8250_early.c149 serial8250_early_out(port, UART_DLL, divisor & 0xff); in init_port()
A D8250_port.c330 unsigned char dll = serial_in(up, UART_DLL); in default_serial_dl_read()
339 serial_out(up, UART_DLL, value & 0xff); in default_serial_dl_write()
3481 dll = serial_port_in(port, UART_DLL); in probe_baud()
/linux-6.3-rc2/arch/powerpc/boot/
A Dns16550.c20 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dsmc37c93x.h67 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
/linux-6.3-rc2/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c75 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ in avr_uart_configure()
/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h165 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-6.3-rc2/sound/drivers/
A Dserial-u16550.c383 uart->old_divisor_lsb = inb(uart->base + UART_DLL); in snd_uart16550_do_open()
387 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_open()
490 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_close()
/linux-6.3-rc2/drivers/usb/serial/
A Dark3116.c165 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff); in ark3116_port_probe()
266 ark3116_write_reg(serial, UART_DLL, quot & 0xff); in ark3116_set_termios()
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dserialio.c90 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
/linux-6.3-rc2/drivers/tty/serial/
A Dpxa.c493 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_pxa_set_termios()
499 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
A Domap-serial.c878 serial_out(up, UART_DLL, 0); in serial_omap_set_termios()
938 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios()
1732 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
A Dsunsu.c878 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
A Dpch_uart.c333 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
/linux-6.3-rc2/drivers/media/rc/
A Dserial_ir.c453 soutp(UART_DLL, 1); in hardware_init_port()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_uart.c326 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
/linux-6.3-rc2/arch/openrisc/kernel/
A Dhead.S1527 l.sb UART_DLL(r3),r4
/linux-6.3-rc2/drivers/tty/
A Dmxser.c528 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()

Completed in 37 milliseconds