Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
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()
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()
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()
/Linux-v5.4/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
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)
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)
/Linux-v5.4/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()
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt60 - rockchip,dram_dll_dis_freq : Defines the DDR3 DLL bypass frequency in MHz.
62 DDR3 DLL will be bypassed. Note: if DLL was bypassed,
67 DRAM_DLL_DISB_FREQ, PHY DLL will be bypassed.
68 Note: PHY DLL and PHY ODT are independent.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.txt26 This is used to set the clock delay for DLL(Delay Line) on override mode
29 chapter, DLL (Delay Line) section in RM for details.
Dsdhci-sprd.txt26 PHY DLL delays are used to delay the data valid window, and align the window
27 to sampling clock. PHY DLL delays can be configured by following properties,
Dsdhci-cadence.txt23 PHY DLL input delays:
52 PHY DLL clock delays:
Dsdhci-st.txt27 to configure DLL inside the flashSS, if so reg-names must also be
32 for eMMC on stih407 family silicon to configure DLL inside FlashSS.
Dsdhci-am654.txt24 - ti,trm-icp: DLL trim select
/Linux-v5.4/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()
/Linux-v5.4/drivers/usb/serial/
Dio_16654.h40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB macro
Dio_edgeport.c2334 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLL, LOW8(divisor)); in send_cmd_write_baud_rate()
/Linux-v5.4/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()
/Linux-v5.4/drivers/power/reset/
Dqnap-poweroff.c62 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_power_off()
/Linux-v5.4/drivers/net/hamradio/
Dbaycom_ser_fdx.c102 #define DLL(iobase) (iobase+0) macro
174 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
Dbaycom_ser_hdx.c88 #define DLL(iobase) (iobase+0) macro
159 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
Dyam.c159 #define DLL(iobase) (iobase+0) macro
295 outb(1, DLL(iobase)); in fpga_reset()
467 outb(divisor, DLL(dev->base_addr)); in yam_set_uart()