Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 21 of 21) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dudbg_16550.c34 #define dll rbr macro
93 unsigned int dll, base_bauds; in udbg_init_uart() local
101 dll = base_bauds / speed; in udbg_init_uart()
109 out_8(&udbg_comport->dll, dll & 0xff); in udbg_init_uart()
110 out_8(&udbg_comport->dlm, dll >> 8); in udbg_init_uart()
126 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
136 dll = in_8(&port->dll); in udbg_probe_uart_speed()
138 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/linux-2.6.39/arch/x86/boot/
Dearly_serial_console.c101 unsigned char lcr, dll, dlh; in probe_baud() local
106 dll = inb(port + DLL); in probe_baud()
109 quot = (dlh << 8) | dll; in probe_baud()
/linux-2.6.39/arch/mips/pmc-sierra/yosemite/
Dpy-console.c26 volatile u8 dll; /* DLAB == 1 */ member
45 #define iu_dll u1.dll
/linux-2.6.39/drivers/tty/serial/
D8250_early.c119 unsigned char lcr, dll, dlm; in probe_baud() local
124 dll = serial_in(port, UART_DLL); in probe_baud()
128 quot = (dlm << 8) | dll; in probe_baud()
Dpxa.c442 unsigned int dll; in serial_pxa_set_termios() local
546 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
547 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
Dbfin_5xx.c1082 u16 lcr, dlh, dll; in bfin_serial_console_get_options() local
1102 dll = UART_GET_DLL(uart); in bfin_serial_console_get_options()
1108 *baud = get_sclk() / (16*(dll | dlh << 8)); in bfin_serial_console_get_options()
Dpch_uart.c311 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
320 dll = (unsigned int)div & 0x00FFU; in pch_uart_hal_set_line()
345 iowrite8(dll, priv->membase + PCH_UART_DLL); in pch_uart_hal_set_line()
Dioc4_serial.c271 char dll; /* DLAB == 1 */ member
280 #define i4u_dll u1.dll
/linux-2.6.39/arch/ia64/include/asm/sn/
Dioc3.h32 char dll; /* DLAB == 1 */ member
42 #define iu_dll u1.dll
/linux-2.6.39/Documentation/usb/
Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_serial.h150 __BFP(dll);
164 u16 dll;
/linux-2.6.39/arch/sh/include/asm/
Dsmc37c93x.h89 #define dll rbr macro
/linux-2.6.39/arch/mips/include/asm/sn/
Dioc3.h15 volatile u8 dll; /* DLAB == 1 */ member
34 #define iu_dll u1.dll
/linux-2.6.39/arch/arm/mach-omap2/
Dserial.c97 u16 dll; member
219 uart->dll = serial_read_reg(uart, UART_DLL); in omap_uart_save_context()
256 serial_write_reg(uart, UART_DLL, uart->dll); in omap_uart_restore_context()
Dsleep34xx.S697 bic r6, #(1<<3) @ disable dll
700 orr r6, r6, #(1<<3) @ enable dll
Dsram243x.S68 bl i_dll_wait @ wait for dll to lock
Dsram242x.S68 bl i_dll_wait @ wait for dll to lock
/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_misc.c669 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5()
703 minfo->values.memory.dll = 1; in default_pins5()
Dmatroxfb_base.h514 dll:1; member
Dmatroxfb_DAC1064.c768 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) { in g450_memory_init()
/linux-2.6.39/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h1531 uint64_t dll:8; member
2090 uint64_t dll:8; member