Home
last modified time | relevance | path

Searched refs:UART_DLL (Results 1 – 19 of 19) sorted by relevance

/drivers/tty/serial/
Dm32r_sio_reg.h35 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
76 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
Dpxa.c537 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()
Domap-serial.c953 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()
Dvr41xx_siu.c585 siu_write(port, UART_DLL, (uint8_t)quot); in siu_set_termios()
Dsunsu.c887 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
Dpch_uart.c358 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
/drivers/staging/media/lirc/
Dlirc_sir.c568 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()
Dlirc_serial.c689 soutp(UART_DLL, 1); in hardware_init_port()
/drivers/tty/serial/8250/
D8250_ingenic.c114 early_out(port, UART_DLL, 0); in ingenic_early_console_setup()
122 early_out(port, UART_DLL, divisor & 0xff); in ingenic_early_console_setup()
D8250_early.c124 serial8250_early_out(port, UART_DLL, divisor & 0xff); in init_port()
D8250_port.c281 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/
Dserialio.c69 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
/drivers/usb/serial/
Dark3116.c185 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/
Dbtuart_cs.c383 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
/drivers/isdn/hisax/
Delsa_ser.c136 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()
/drivers/mmc/card/
Dsdio_uart.c345 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
/drivers/net/irda/
Dali-ircc.c1081 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
Dsmsc-ircc2.c1166 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in smsc_ircc_set_sir_speed()
/drivers/tty/
Dmxser.c613 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()