Searched refs:UART_DLL (Results 1 – 19 of 19) sorted by relevance
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 35 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro 76 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
|
D | pxa.c | 537 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_pxa_set_termios() 543 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
|
D | omap-serial.c | 953 serial_out(up, UART_DLL, 0); in serial_omap_set_termios() 1013 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios() 1789 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
|
D | vr41xx_siu.c | 585 siu_write(port, UART_DLL, (uint8_t)quot); in siu_set_termios()
|
D | sunsu.c | 887 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
|
D | pch_uart.c | 358 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
|
/drivers/staging/media/lirc/ |
D | lirc_sir.c | 568 soutp(UART_DLL, 12); in init_hardware() 607 soutp(UART_DLL, 1); in init_hardware() 619 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware() 771 soutp(UART_DLL, 12); in init_act200() 813 soutp(UART_DLL, 1); in init_act200() 841 soutp(UART_DLL, 12); in init_act220() 874 soutp(UART_DLL, 1); in init_act220()
|
D | lirc_serial.c | 689 soutp(UART_DLL, 1); in hardware_init_port()
|
/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 114 early_out(port, UART_DLL, 0); in ingenic_early_console_setup() 122 early_out(port, UART_DLL, divisor & 0xff); in ingenic_early_console_setup()
|
D | 8250_early.c | 124 serial8250_early_out(port, UART_DLL, divisor & 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() 287 serial_out(up, UART_DLL, value & 0xff); in default_serial_dl_write() 3200 dll = serial_port_in(port, UART_DLL); in probe_baud()
|
/drivers/staging/speakup/ |
D | serialio.c | 69 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
|
/drivers/usb/serial/ |
D | ark3116.c | 185 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff); in ark3116_port_probe() 314 ark3116_write_reg(serial, UART_DLL, quot & 0xff); in ark3116_set_termios()
|
/drivers/bluetooth/ |
D | btuart_cs.c | 383 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
|
/drivers/isdn/hisax/ |
D | elsa_ser.c | 136 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 345 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
|
/drivers/net/irda/ |
D | ali-ircc.c | 1081 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1166 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in smsc_ircc_set_sir_speed()
|
/drivers/tty/ |
D | mxser.c | 613 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()
|