Home
last modified time | relevance | path

Searched refs:UART_LCR_DLAB (Results 1 – 25 of 31) sorted by relevance

12

/linux-3.4.99/drivers/staging/media/lirc/ !
Dlirc_sir.c845 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware()
852 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware()
859 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware()
892 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware()
907 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR); in init_hardware()
1089 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200()
1128 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_act200()
1131 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act200()
1138 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_act200()
1159 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN7); in init_act220()
[all …]
Dlirc_serial.c781 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in hardware_init_port()
823 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in hardware_init_port()
946 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_inc()
961 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_dec()
1103 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in lirc_serial_suspend()
/linux-3.4.99/arch/powerpc/boot/ !
Dvirtex.c25 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
58 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_DLAB); in virtex_ns16550_console_init()
/linux-3.4.99/drivers/tty/serial/8250/ !
D8250_early.c123 serial_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud()
145 serial_out(port, UART_LCR, c | UART_LCR_DLAB); in init_port()
148 serial_out(port, UART_LCR, c & ~UART_LCR_DLAB); in init_port()
/linux-3.4.99/include/linux/ !
Dserial_reg.h92 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
107 #define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
/linux-3.4.99/arch/frv/kernel/ !
Ddebug-stub.c218 __UART0(LCR) |= UART_LCR_DLAB; in console_set_baud()
238 __UART0(LCR) |= UART_LCR_DLAB; in console_get_baud()
Dgdb-io.h43 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
Dgdb-io.c98 __UART(LCR) |= UART_LCR_DLAB; in gdbstub_set_baud()
/linux-3.4.99/drivers/tty/serial/ !
Dm32r_sio_reg.h111 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
Dsunsu.c875 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed()
1106 serial_outp(up, UART_LCR, UART_LCR_DLAB); in sunsu_autoconfig()
1117 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB); in sunsu_autoconfig()
Dpxa.c560 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
Dvr41xx_siu.c585 siu_write(port, UART_LCR, lcr | UART_LCR_DLAB); in siu_set_termios()
Dmfd.c1010 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_hsu_set_termios()
/linux-3.4.99/arch/arm/mach-tegra/include/mach/ !
Duncompress.h152 uart[UART_LCR << DEBUG_UART_SHIFT] |= UART_LCR_DLAB; in arch_decomp_setup()
/linux-3.4.99/arch/mn10300/kernel/ !
Dgdb-io-serial.c90 GDBPORT_SERIAL_LCR |= UART_LCR_DLAB; in gdbstub_io_set_baud()
/linux-3.4.99/arch/powerpc/platforms/embedded6xx/ !
Dls_uart.c74 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure()
/linux-3.4.99/drivers/staging/speakup/ !
Dserialio.c51 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
/linux-3.4.99/drivers/usb/serial/ !
Dark3116.c178 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB); in ark3116_attach()
313 lcr|UART_LCR_DLAB); in ark3116_set_termios()
Dmos7720.c1462 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in set_higher_rates()
1466 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in set_higher_rates()
1576 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in send_cmd_write_baud_rate()
1584 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in send_cmd_write_baud_rate()
/linux-3.4.99/sound/drivers/ !
Dserial-u16550.c399 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_open()
505 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_close()
/linux-3.4.99/drivers/bluetooth/ !
Dbtuart_cs.c380 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ in btuart_change_speed()
/linux-3.4.99/drivers/isdn/hisax/ !
Delsa_ser.c135 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in change_speed()
/linux-3.4.99/drivers/tty/ !
Dmxser.c610 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */ in mxser_set_baud()
2476 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB); in mxser_get_ISA_conf()
2477 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR); in mxser_get_ISA_conf()
/linux-3.4.99/drivers/mmc/card/ !
Dsdio_uart.c360 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB); in sdio_uart_change_speed()
/linux-3.4.99/drivers/tty/serial/jsm/ !
Djsm_neo.c1044 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()

12