Searched refs:UART_LCR_DLAB (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | prpmc750.c | 241 writeb(lcr | UART_LCR_DLAB, PRPMC750_SERIAL_0_LCR); in prpmc750_get_bus_speed() 244 writeb(lcr & ~UART_LCR_DLAB, PRPMC750_SERIAL_0_LCR); in prpmc750_get_bus_speed()
|
/linux-2.4.37.9/include/linux/ |
D | serial_reg.h | 75 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | gen550_dbg.c | 87 serial_outb(com_port + (UART_LCR << shift), UART_LCR_DLAB); in serial_init()
|
/linux-2.4.37.9/arch/mips/mips-boards/generic/ |
D | gdb_hook.c | 93 serial_out(&kdb_port_info, UART_LCR, UART_LCR_WLEN8 | UART_LCR_DLAB); in rs_kgdb_hook()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | setup_se.c | 240 UART_OUT(UART_LCR, (lcr | UART_LCR_DLAB)); in kgdb_uart_setup()
|
/linux-2.4.37.9/drivers/char/ |
D | serial.c | 1811 serial_outp(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in change_speed() 3524 serial_outp(info, UART_LCR, UART_LCR_DLAB); in size_fifo() 3538 serial_outp(info, UART_LCR, UART_LCR_DLAB); in size_fifo() 3606 serial_outp(info, UART_LCR, UART_LCR_DLAB); in autoconfig_startech_uarts() 3625 serial_outp(info, UART_LCR, UART_LCR_DLAB); in autoconfig_startech_uarts() 3762 serial_outp(info, UART_LCR, UART_LCR_DLAB); in autoconfig() 3780 serial_outp(info, UART_LCR, save_lcr | UART_LCR_DLAB); in autoconfig() 6014 serial_out(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_console_setup()
|
D | mxser.c | 2150 outb(cval | UART_LCR_DLAB, info->base + UART_LCR); /* set DLAB */ in mxser_change_speed() 2386 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB); in mxser_get_ISA_conf() 2387 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR); in mxser_get_ISA_conf()
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | su.c | 1101 serial_outp(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in change_speed() 2406 serial_outp(info, UART_LCR, scratch2 | UART_LCR_DLAB); in autoconfig() 2417 serial_outp(info, UART_LCR, scratch2 | UART_LCR_DLAB); in autoconfig() 2954 su_outb(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_console_setup()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | btuart_cs.c | 396 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ in btuart_change_speed()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | irport.c | 387 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */ in irport_change_speed()
|
D | ali-ircc.c | 1069 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */ in ali_ircc_sir_change_speed()
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | elsa_ser.c | 139 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in change_speed()
|