Home
last modified time | relevance | path

Searched refs:UART_DLL (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dprpmc750.h46 #define PRPMC750_SERIAL_0_DLL (PRPMC750_SERIAL_0 + (UART_DLL << 4))
/linux-2.4.37.9/arch/ppc/boot/common/
Dns16550.c62 outb(com_port + (UART_DLL << shift), in serial_init()
/linux-2.4.37.9/include/asm-sh/
Dsmc37c93x.h66 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
/linux-2.4.37.9/include/linux/
Dserial_reg.h19 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
/linux-2.4.37.9/arch/ppc/kernel/
Dgen550_dbg.c102 serial_outb(com_port + (UART_DLL << shift), in serial_init()
/linux-2.4.37.9/arch/mips/mips-boards/generic/
Dgdb_hook.c94 serial_out(&kdb_port_info, UART_DLL, t & 0xff);/* LS of divisor */ in rs_kgdb_hook()
/linux-2.4.37.9/arch/sh/kernel/
Dsetup_se.c241 UART_OUT(UART_DLL, (bdiv & 0xff)); in kgdb_uart_setup()
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm.c161 #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/
Dserial.c1812 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()
Dmxser.c2151 outb(quot & 0xff, info->base + UART_DLL); /* LS of divisor */ in mxser_change_speed()
/linux-2.4.37.9/drivers/bluetooth/
Dbtuart_cs.c397 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
/linux-2.4.37.9/drivers/net/irda/
Dirport.c388 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in irport_change_speed()
Dali-ircc.c1070 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
/linux-2.4.37.9/drivers/isdn/hisax/
Delsa_ser.c140 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()
/linux-2.4.37.9/drivers/sbus/char/
Dsu.c1102 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()