Searched refs:UART_DLL (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | prpmc750.h | 46 #define PRPMC750_SERIAL_0_DLL (PRPMC750_SERIAL_0 + (UART_DLL << 4))
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | ns16550.c | 62 outb(com_port + (UART_DLL << shift), in serial_init()
|
/linux-2.4.37.9/include/asm-sh/ |
D | smc37c93x.h | 66 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
|
/linux-2.4.37.9/include/linux/ |
D | serial_reg.h | 19 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | gen550_dbg.c | 102 serial_outb(com_port + (UART_DLL << shift), in serial_init()
|
/linux-2.4.37.9/arch/mips/mips-boards/generic/ |
D | gdb_hook.c | 94 serial_out(&kdb_port_info, UART_DLL, t & 0xff);/* LS of divisor */ in rs_kgdb_hook()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | setup_se.c | 241 UART_OUT(UART_DLL, (bdiv & 0xff)); in kgdb_uart_setup()
|
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | sm.c | 161 #define UART_DLL(iobase) (iobase+0) macro 297 outb(1, UART_DLL(sm->hdrv.ptt_out.seriobase)); /* as fast as possible */ in sm_output_open()
|
/linux-2.4.37.9/drivers/char/ |
D | serial.c | 1812 serial_outp(info, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed() 3525 old_dll = serial_inp(info, UART_DLL); in size_fifo() 3527 serial_outp(info, UART_DLL, 0x01); in size_fifo() 3539 serial_outp(info, UART_DLL, old_dll); in size_fifo() 3607 scratch3 = serial_inp(info, UART_DLL); in autoconfig_startech_uarts() 3610 serial_outp(info, UART_DLL, 0); in autoconfig_startech_uarts() 3612 scratch2 = serial_inp(info, UART_DLL); in autoconfig_startech_uarts() 3626 serial_outp(info, UART_DLL, scratch3); in autoconfig_startech_uarts() 6015 serial_out(info, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_console_setup()
|
D | mxser.c | 2151 outb(quot & 0xff, info->base + UART_DLL); /* LS of divisor */ in mxser_change_speed()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | btuart_cs.c | 397 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | irport.c | 388 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in irport_change_speed()
|
D | ali-ircc.c | 1070 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | elsa_ser.c | 140 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | su.c | 1102 serial_outp(info, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed() 2955 su_outb(info, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_console_setup()
|