Home
last modified time | relevance | path

Searched refs:DLL (Results 1 – 8 of 8) sorted by relevance

/arch/arm/mach-omap2/
Dsleep24xx.S60 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
Dsram243x.S52 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)
Dsram242x.S52 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/
Dearly_serial_console.c21 #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/
Dtsx09-common.c33 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
Dterastation_pro2-setup.c276 writel(divisor & 0xff, UART1_REG(DLL)); in tsp2_power_off()
Dkurobox_pro-setup.c301 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
/arch/x86/kernel/
Dearly_printk.c97 #define DLL 0 /* Divisor Latch Low */ macro
144 serial_out(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init()