/linux-2.6.39/arch/powerpc/kernel/ |
D | udbg_16550.c | 34 #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/ |
D | early_serial_console.c | 101 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/ |
D | py-console.c | 26 volatile u8 dll; /* DLAB == 1 */ member 45 #define iu_dll u1.dll
|
/linux-2.6.39/drivers/tty/serial/ |
D | 8250_early.c | 119 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()
|
D | pxa.c | 442 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()
|
D | bfin_5xx.c | 1082 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()
|
D | pch_uart.c | 311 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()
|
D | ioc4_serial.c | 271 char dll; /* DLAB == 1 */ member 280 #define i4u_dll u1.dll
|
/linux-2.6.39/arch/ia64/include/asm/sn/ |
D | ioc3.h | 32 char dll; /* DLAB == 1 */ member 42 #define iu_dll u1.dll
|
/linux-2.6.39/Documentation/usb/ |
D | linux-cdc-acm.inf | 39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | bfin_serial.h | 150 __BFP(dll); 164 u16 dll;
|
/linux-2.6.39/arch/sh/include/asm/ |
D | smc37c93x.h | 89 #define dll rbr macro
|
/linux-2.6.39/arch/mips/include/asm/sn/ |
D | ioc3.h | 15 volatile u8 dll; /* DLAB == 1 */ member 34 #define iu_dll u1.dll
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | serial.c | 97 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()
|
D | sleep34xx.S | 697 bic r6, #(1<<3) @ disable dll 700 orr r6, r6, #(1<<3) @ enable dll
|
D | sram243x.S | 68 bl i_dll_wait @ wait for dll to lock
|
D | sram242x.S | 68 bl i_dll_wait @ wait for dll to lock
|
/linux-2.6.39/drivers/video/matrox/ |
D | matroxfb_misc.c | 669 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5() 703 minfo->values.memory.dll = 1; in default_pins5()
|
D | matroxfb_base.h | 514 dll:1; member
|
D | matroxfb_DAC1064.c | 768 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/ |
D | cvmx-mio-defs.h | 1531 uint64_t dll:8; member 2090 uint64_t dll:8; member
|