/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 | 561 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_pxa_set_termios() 567 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
|
D | omap-serial.c | 814 serial_out(up, UART_DLL, 0); in serial_omap_set_termios() 864 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios() 1554 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
|
D | vr41xx_siu.c | 587 siu_write(port, UART_DLL, (uint8_t)quot); in siu_set_termios()
|
D | mfd.c | 1011 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_hsu_set_termios()
|
D | sunsu.c | 876 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
|
D | pch_uart.c | 350 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
|
/drivers/staging/media/lirc/ |
D | lirc_sir.c | 856 soutp(UART_DLL, 12); in init_hardware() 896 soutp(UART_DLL, 1); in init_hardware() 908 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware() 1093 soutp(UART_DLL, 12); in init_act200() 1135 soutp(UART_DLL, 1); in init_act200() 1163 soutp(UART_DLL, 12); in init_act220() 1196 soutp(UART_DLL, 1); in init_act220()
|
D | lirc_serial.c | 826 soutp(UART_DLL, 1); in hardware_init_port()
|
/drivers/tty/serial/8250/ |
D | 8250_early.c | 124 dll = serial_in(port, UART_DLL); in probe_baud() 146 serial_out(port, UART_DLL, divisor & 0xff); in init_port()
|
D | 8250.c | 487 return serial_in(up, UART_DLL) | serial_in(up, UART_DLM) << 8; in _serial_dl_read() 493 serial_out(up, UART_DLL, value & 0xff); in _serial_dl_write() 711 old_dll = serial_in(p, UART_DLL); in autoconfig_read_divisor_id() 714 serial_out(p, UART_DLL, 0); in autoconfig_read_divisor_id() 717 id = serial_in(p, UART_DLL) | serial_in(p, UART_DLM) << 8; in autoconfig_read_divisor_id() 719 serial_out(p, UART_DLL, old_dll); in autoconfig_read_divisor_id()
|
/drivers/staging/speakup/ |
D | serialio.c | 52 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
|
/drivers/usb/serial/ |
D | ark3116.c | 184 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff); in ark3116_attach() 316 ark3116_write_reg(serial, UART_DLL, quot & 0xff); in ark3116_set_termios()
|
/drivers/bluetooth/ |
D | btuart_cs.c | 381 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 | 361 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
|
/drivers/net/wireless/bcmdhd/include/ |
D | sbchipc.h | 1090 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
|
/drivers/net/irda/ |
D | ali-ircc.c | 1107 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1173 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in smsc_ircc_set_sir_speed()
|
/drivers/tty/ |
D | mxser.c | 612 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()
|