Home
last modified time | relevance | path

Searched refs:UART_DLL (Results 1 – 20 of 20) 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.c561 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()
Domap-serial.c814 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()
Dvr41xx_siu.c587 siu_write(port, UART_DLL, (uint8_t)quot); in siu_set_termios()
Dmfd.c1011 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_hsu_set_termios()
Dsunsu.c876 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
Dpch_uart.c350 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
/drivers/staging/media/lirc/
Dlirc_sir.c856 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()
Dlirc_serial.c826 soutp(UART_DLL, 1); in hardware_init_port()
/drivers/tty/serial/8250/
D8250_early.c124 dll = serial_in(port, UART_DLL); in probe_baud()
146 serial_out(port, UART_DLL, divisor & 0xff); in init_port()
D8250.c487 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/
Dserialio.c52 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
/drivers/usb/serial/
Dark3116.c184 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/
Dbtuart_cs.c381 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.c361 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
/drivers/net/wireless/bcmdhd/include/
Dsbchipc.h1090 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
/drivers/net/irda/
Dali-ircc.c1107 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
Dsmsc-ircc2.c1173 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in smsc_ircc_set_sir_speed()
/drivers/tty/
Dmxser.c612 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()