Searched refs:UART_DLM (Results 1 – 12 of 12) sorted by relevance
/drivers/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 | 8250_early.c | 110 dlm = serial_in(port, UART_DLM); in probe_baud() 132 serial_out(port, UART_DLM, (divisor >> 8) & 0xff); in init_port()
|
D | 8250.c | 549 return serial_inp(up, UART_DLL) | serial_inp(up, UART_DLM) << 8; in _serial_dl_read() 556 serial_outp(up, UART_DLM, value >> 8 & 0xff); in _serial_dl_write() 774 old_dlm = serial_inp(p, UART_DLM); in autoconfig_read_divisor_id() 777 serial_outp(p, UART_DLM, 0); in autoconfig_read_divisor_id() 779 id = serial_inp(p, UART_DLL) | serial_inp(p, UART_DLM) << 8; in autoconfig_read_divisor_id() 782 serial_outp(p, UART_DLM, old_dlm); in autoconfig_read_divisor_id()
|
D | pxa.c | 545 serial_out(up, UART_DLM, quot >> 8); /* MS of divisor */ in serial_pxa_set_termios()
|
D | vr41xx_siu.c | 588 siu_write(port, UART_DLM, (uint8_t)(quot >> 8)); in siu_set_termios()
|
D | sunsu.c | 876 serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */ in sunsu_change_speed()
|
/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 | 359 sdio_out(port, UART_DLM, quot >> 8); in sdio_uart_change_speed()
|
/drivers/net/irda/ |
D | ali-ircc.c | 1094 outb(divisor >> 8, iobase+UART_DLM); in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1156 outb(divisor >> 8, iobase + UART_DLM); in smsc_ircc_set_sir_speed()
|
/drivers/char/ |
D | mxser.c | 603 outb(quot >> 8, info->ioaddr + UART_DLM); /* MS of divisor */ in mxser_set_baud()
|