Home
last modified time | relevance | path

Searched refs:DLL (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr3.c73 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; in nvkm_gddr3_calc() local
80 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_gddr3_calc()
89 DLL = !(ram->mr[1] & 0x1); in nvkm_gddr3_calc()
117 ram->mr[1] |= !DLL << 6; in nvkm_gddr3_calc()
H A Dsddr3.c72 int CWL, CL, WR, DLL = 0, ODT = 0; in nvkm_sddr3_calc() local
74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc()
115 ram->mr[1] |= !DLL; in nvkm_sddr3_calc()
H A Dsddr2.c63 int CL, WR, DLL = 0, ODT = 0; in nvkm_sddr2_calc() local
69 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr2_calc()
98 ram->mr[1] |= !DLL; in nvkm_sddr2_calc()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr3.c73 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; in nvkm_gddr3_calc() local
80 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_gddr3_calc()
89 DLL = !(ram->mr[1] & 0x1); in nvkm_gddr3_calc()
117 ram->mr[1] |= !DLL << 6; in nvkm_gddr3_calc()
H A Dsddr3.c72 int CWL, CL, WR, DLL = 0, ODT = 0; in nvkm_sddr3_calc() local
74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc()
115 ram->mr[1] |= !DLL; in nvkm_sddr3_calc()
H A Dsddr2.c63 int CL, WR, DLL = 0, ODT = 0; in nvkm_sddr2_calc() local
69 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr2_calc()
98 ram->mr[1] |= !DLL; in nvkm_sddr2_calc()
/kernel/linux/linux-5.10/arch/x86/boot/
H A 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()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsleep24xx.S31 * R0 : DLL ctrl value pre-Sleep
36 * when we get called, but the DLL probably isn't. We will wait a bit more in
37 * case the DPLL isn't quite there yet. The code will wait on DLL for DDR even
48 * The DLL load value is not kept in RETENTION or OFF. It needs to be restored
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
H A Dsram242x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
84 /* ensure the DLL has relocked */
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
175 /* With DDR, we need to take care of the DLL for the frequency change */
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
228 * Set dividers and pll. Also recalculate DLL value for DDR and unlock mode.
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
H A Dsram243x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
84 /* ensure the DLL has relocked */
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
175 /* With DDR, we need to take care of the DLL for the frequency change */
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
228 * Set dividers and pll. Also recalculate DLL value for DDR and unlock mode.
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsleep24xx.S31 * R0 : DLL ctrl value pre-Sleep
36 * when we get called, but the DLL probably isn't. We will wait a bit more in
37 * case the DPLL isn't quite there yet. The code will wait on DLL for DDR even
48 * The DLL load value is not kept in RETENTION or OFF. It needs to be restored
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
H A Dsram242x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
84 /* ensure the DLL has relocked */
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
175 /* With DDR, we need to take care of the DLL for the frequency change */
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
228 * Set dividers and pll. Also recalculate DLL value for DDR and unlock mode.
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
H A Dsram243x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
84 /* ensure the DLL has relocked */
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
175 /* With DDR, we need to take care of the DLL for the frequency change */
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
228 * Set dividers and pll. Also recalculate DLL value for DDR and unlock mode.
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
/kernel/linux/linux-6.6/arch/x86/boot/
H A 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()
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dtsx09-common.c33 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
H A Dterastation_pro2-setup.c276 writel(divisor & 0xff, UART1_REG(DLL)); in tsp2_power_off()
H A Dkurobox_pro-setup.c301 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dtsx09-common.c33 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
H A Dkurobox_pro-setup.c298 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dearly_printk.c94 #define DLL 0 /* Divisor Latch Low */ macro
141 serial_out(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dearly_printk.c94 #define DLL 0 /* Divisor Latch Low */ macro
141 serial_out(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_16654.h40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB macro
117 #define LCR_ACCESS_EFR 0xBF // Load this value to access DLL,DLM,
/kernel/linux/linux-5.10/drivers/power/reset/
H A Dqnap-poweroff.c62 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_power_off()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dqnap-poweroff.c61 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_power_off()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_16654.h40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB macro
117 #define LCR_ACCESS_EFR 0xBF // Load this value to access DLL,DLM,

Completed in 9 milliseconds

12