Searched refs:DLL (Results 1 – 8 of 8) sorted by relevance
/arch/arm/mach-omap2/ |
D | sleep24xx.S | 60 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock) 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
D | sram243x.S | 52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos) 86 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks 172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 173 bne freq_out @ leave if SDR, no DLL function 180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks 291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
|
D | sram242x.S | 52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos) 86 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks 172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 173 bne freq_out @ leave if SDR, no DLL function 180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks 291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
|
/arch/x86/boot/ |
D | early_serial_console.c | 21 #define DLL 0 /* Divisor Latch Low */ macro 39 outb(divisor & 0xff, port + DLL); in early_serial_init() 109 dll = inb(port + DLL); in probe_baud()
|
/arch/arm/mach-orion5x/ |
D | tsx09-common.c | 33 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
|
D | terastation_pro2-setup.c | 276 writel(divisor & 0xff, UART1_REG(DLL)); in tsp2_power_off()
|
D | kurobox_pro-setup.c | 301 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
|
/arch/x86/kernel/ |
D | early_printk.c | 97 #define DLL 0 /* Divisor Latch Low */ macro 144 serial_out(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init()
|