Searched refs:UART_DLM (Results 1 – 19 of 19) sorted by relevance
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 41 #define UART_DLM 0 /* Out: Divisor Latch High (DLAB=1) */ macro 82 #define UART_DLM 0 /* Out: Divisor Latch High (DLAB=1) */ macro
|
D | omap-serial.c | 954 serial_out(up, UART_DLM, 0); in serial_omap_set_termios() 1014 serial_out(up, UART_DLM, up->dlh); /* MS of divisor */ in serial_omap_set_termios() 1790 serial_out(up, UART_DLM, up->dlh); in serial_omap_restore_context()
|
D | vr41xx_siu.c | 586 siu_write(port, UART_DLM, (uint8_t)(quot >> 8)); in siu_set_termios()
|
D | pxa.c | 546 serial_out(up, UART_DLM, quot >> 8); /* MS of divisor */ in serial_pxa_set_termios()
|
D | sunsu.c | 888 serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */ in sunsu_change_speed()
|
D | pch_uart.c | 360 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
|
/drivers/staging/media/lirc/ |
D | lirc_sir.c | 567 soutp(UART_DLM, 0); in init_hardware() 606 soutp(UART_DLM, 0); in init_hardware() 619 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware() 770 soutp(UART_DLM, 0); in init_act200() 812 soutp(UART_DLM, 0); in init_act200() 840 soutp(UART_DLM, 0); in init_act220() 873 soutp(UART_DLM, 0); in init_act220()
|
D | lirc_serial.c | 688 soutp(UART_DLM, 0); in hardware_init_port()
|
/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 115 early_out(port, UART_DLM, 0); in ingenic_early_console_setup() 123 early_out(port, UART_DLM, (divisor >> 8) & 0xff); in ingenic_early_console_setup()
|
D | 8250_early.c | 125 serial8250_early_out(port, UART_DLM, (divisor >> 8) & 0xff); in init_port()
|
D | 8250_port.c | 281 return serial_in(up, UART_DLL) | serial_in(up, UART_DLM) << 8; in default_serial_dl_read() 288 serial_out(up, UART_DLM, value >> 8 & 0xff); in default_serial_dl_write() 3201 dlm = serial_port_in(port, UART_DLM); in probe_baud()
|
/drivers/staging/speakup/ |
D | serialio.c | 70 outb(quot >> 8, ser->port + UART_DLM); /* MS of divisor */ in spk_serial_init()
|
/drivers/usb/serial/ |
D | ark3116.c | 186 ark3116_write_reg(serial, UART_DLM, (priv->quot>>8) & 0xff); in ark3116_port_probe() 315 ark3116_write_reg(serial, UART_DLM, (quot>>8) & 0xff); in ark3116_set_termios()
|
/drivers/bluetooth/ |
D | btuart_cs.c | 384 outb(divisor >> 8, iobase + UART_DLM); in btuart_change_speed()
|
/drivers/isdn/hisax/ |
D | elsa_ser.c | 137 serial_outp(cs, UART_DLM, quot >> 8); /* MS of divisor */ in change_speed()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 346 sdio_out(port, UART_DLM, quot >> 8); in sdio_uart_change_speed()
|
/drivers/net/irda/ |
D | ali-ircc.c | 1082 outb(divisor >> 8, iobase+UART_DLM); in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1167 outb(divisor >> 8, iobase + UART_DLM); in smsc_ircc_set_sir_speed()
|
/drivers/tty/ |
D | mxser.c | 614 outb(quot >> 8, info->ioaddr + UART_DLM); /* MS of divisor */ in mxser_set_baud()
|