Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dprpmc750.c241 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/
Dserial_reg.h75 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
/linux-2.4.37.9/arch/ppc/kernel/
Dgen550_dbg.c87 serial_outb(com_port + (UART_LCR << shift), UART_LCR_DLAB); in serial_init()
/linux-2.4.37.9/arch/mips/mips-boards/generic/
Dgdb_hook.c93 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/
Dsetup_se.c240 UART_OUT(UART_LCR, (lcr | UART_LCR_DLAB)); in kgdb_uart_setup()
/linux-2.4.37.9/drivers/char/
Dserial.c1811 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()
Dmxser.c2150 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/
Dsu.c1101 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/
Dbtuart_cs.c396 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ in btuart_change_speed()
/linux-2.4.37.9/drivers/net/irda/
Dirport.c387 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */ in irport_change_speed()
Dali-ircc.c1069 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */ in ali_ircc_sir_change_speed()
/linux-2.4.37.9/drivers/isdn/hisax/
Delsa_ser.c139 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in change_speed()