Searched refs:dll (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/kernel/ |
D | udbg_16550.c | 35 #define dll rbr macro 94 unsigned int dll, base_bauds; in udbg_init_uart() local 102 dll = base_bauds / speed; in udbg_init_uart() 110 out_8(&udbg_comport->dll, dll & 0xff); in udbg_init_uart() 111 out_8(&udbg_comport->dlm, dll >> 8); in udbg_init_uart() 127 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local 137 dll = in_8(&port->dll); in udbg_probe_uart_speed() 139 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
|
/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()
|
/arch/mips/pmc-sierra/yosemite/ |
D | py-console.c | 26 volatile u8 dll; /* DLAB == 1 */ member 45 #define iu_dll u1.dll
|
/arch/ia64/include/asm/sn/ |
D | ioc3.h | 32 char dll; /* DLAB == 1 */ member 42 #define iu_dll u1.dll
|
/arch/arm/plat-omap/include/plat/ |
D | omap-serial.h | 116 unsigned char dll; member
|
/arch/sh/include/asm/ |
D | smc37c93x.h | 89 #define dll rbr macro
|
/arch/blackfin/include/asm/ |
D | bfin_serial.h | 149 __BFP(dll); 163 u16 dll;
|
/arch/mips/include/asm/sn/ |
D | ioc3.h | 15 volatile u8 dll; /* DLAB == 1 */ member 34 #define iu_dll u1.dll
|
/arch/arm/mach-omap2/ |
D | sleep34xx.S | 343 bic r6, #(1<<3) @ disable dll 346 orr r6, r6, #(1<<3) @ enable dll
|
D | sram242x.S | 70 bl i_dll_wait @ wait for dll to lock
|
D | sram243x.S | 70 bl i_dll_wait @ wait for dll to lock
|
/arch/blackfin/kernel/ |
D | debug-mmrs.c | 543 __UART(DLL, dll); in bfin_debug_mmrs_uart() 556 __UART(DLL, dll); in bfin_debug_mmrs_uart()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 2398 uint64_t dll:8; member 3053 uint64_t dll:8; member
|