Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dudbg_16550.c29 #define UART_DLM UART_IER macro
116 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
137 dlm = udbg_uart_in(UART_DLM); in udbg_probe_uart_speed()
/openbmc/linux/arch/powerpc/boot/
H A Dns16550.c21 #define UART_DLM 1 /* Out: Divisor Latch High */ macro
/openbmc/linux/arch/sh/include/asm/
H A Dsmc37c93x.h68 #define UART_DLM 0x2 /* Divisor Latch (MS) */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c112 early_out(port, UART_DLM, 0); in ingenic_earlycon_setup_tail()
120 early_out(port, UART_DLM, (divisor >> 8) & 0xff); in ingenic_earlycon_setup_tail()
H A D8250_pxa.c75 serial_out(up, UART_DLM, value >> 8 & 0xff); in serial_pxa_dl_write()
H A D8250_early.c142 serial8250_early_out(port, UART_DLM, (divisor >> 8) & 0xff); in init_port()
H A D8250_port.c340 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read()
349 serial_out(up, UART_DLM, value >> 8 & 0xff); in default_serial_dl_write()
3486 dlm = serial_port_in(port, UART_DLM); in probe_baud()
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c77 out_8(avr_addr + UART_DLM, quot >> 8); /* MS of divisor */ in avr_uart_configure()
/openbmc/u-boot/include/linux/
H A Dserial_reg.h151 #define UART_DLM 1 /* Out: Divisor Latch High */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h166 #define UART_DLM 1 /* Out: Divisor Latch High */ macro
/openbmc/linux/sound/drivers/
H A Dserial-u16550.c384 uart->old_divisor_msb = inb(uart->base + UART_DLM); in snd_uart16550_do_open()
389 ,uart->base + UART_DLM); /* Divisor Latch High */ in snd_uart16550_do_open()
492 ,uart->base + UART_DLM); /* Divisor Latch High */ in snd_uart16550_do_close()
/openbmc/linux/drivers/usb/serial/
H A Dark3116.c166 ark3116_write_reg(serial, UART_DLM, (priv->quot>>8) & 0xff); in ark3116_port_probe()
267 ark3116_write_reg(serial, UART_DLM, (quot>>8) & 0xff); in ark3116_set_termios()
/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.c91 outb(quot >> 8, ser->port + UART_DLM); /* MS of divisor */ in spk_serial_init()
/openbmc/linux/drivers/tty/serial/
H A Domap-serial.c872 serial_out(up, UART_DLM, 0); in serial_omap_set_termios()
932 serial_out(up, UART_DLM, up->dlh); /* MS of divisor */ in serial_omap_set_termios()
1726 serial_out(up, UART_DLM, up->dlh); in serial_omap_restore_context()
H A Dpxa.c502 serial_out(up, UART_DLM, quot >> 8); /* MS of divisor */ in serial_pxa_set_termios()
H A Dsunsu.c879 serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */ in sunsu_change_speed()
H A Dpch_uart.c335 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
/openbmc/linux/drivers/media/rc/
H A Dserial_ir.c452 soutp(UART_DLM, 0); in hardware_init_port()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c327 sdio_out(port, UART_DLM, quot >> 8); in sdio_uart_change_speed()
/openbmc/linux/arch/openrisc/kernel/
H A Dhead.S1525 l.sb UART_DLM(r3),r4
/openbmc/linux/drivers/tty/
H A Dmxser.c529 outb(quot >> 8, info->ioaddr + UART_DLM); /* MS of divisor */ in mxser_set_baud()