Home
last modified time | relevance | path

Searched refs:RL (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/ddr/microchip/
H A Dddr2.c38 writel(SCL_BURST8 | SCL_DDR_CONNECTED | SCL_RCAS_LAT(RL) | in ddr2_phy_init()
168 ((RL - WL + 3) << 28)), &ctrl->dlycfg0); in ddr2_ctrl_init()
177 (((RL + 5) >> 4) << 29) | in ddr2_ctrl_init()
186 ((RL + 3) << 28)), &ctrl->dlycfg2); in ddr2_ctrl_init()
196 writel(ODTRDLY(RL - 3) | ODTWDLY(WL - 3) | ODTRLEN(2) | ODTWLEN(3), in ddr2_ctrl_init()
228 host_load_cmd(ctrl, 5, temp, LOAD_MODE_CMD | (RL << 28) | (2 << 24), in ddr2_ctrl_init()
241 host_load_cmd(ctrl, 9, temp, LOAD_MODE_CMD | (RL << 28) | (3 << 24), in ddr2_ctrl_init()
H A Dddr2_timing.h17 #define RL 5 macro
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-test-misc.test-Don-t-mix-stdout-and-stderr.patch26 - $ getfacl -RL d
27 + $ getfacl -RL d > /dev/null
29 + $ getfacl -RL d 2> /dev/null
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c25 .RL = 6,
49 .RL = 3,
H A Dsdram_elpida.c192 .RL = 6,
215 .RL = 5,
238 .RL = 3,
/openbmc/qemu/target/i386/emulate/
H A Dx86.h238 #define RL(cpu, reg) (x86_reg(cpu, reg)->lx) macro
239 #define AL(cpu) RL(cpu, R_EAX)
240 #define CL(cpu) RL(cpu, R_ECX)
241 #define DL(cpu) RL(cpu, R_EDX)
242 #define BL(cpu) RL(cpu, R_EBX)
H A Dx86_decode.c1677 ptr = &RL(env, reg); in get_reg_ref()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c26 .RL = 8,
H A Dsdram.c614 .RL = 8,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-Keighley3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/BD20�5RL/NA/0/>
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc70 * so we can ignore AQ/RL along this path.
83 * provide the memory barrier implied by AQ/RL/TSO.
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c641 u8 RL) in get_sdram_config_reg() argument
651 config_reg |= RL << EMIF_REG_CL_SHIFT; in get_sdram_config_reg()
840 static u32 get_ddr_phy_ctrl_1(u32 freq, u8 RL) in get_ddr_phy_ctrl_1() argument
844 phy |= (RL + 2) << EMIF_REG_READ_LATENCY_SHIFT; in get_ddr_phy_ctrl_1()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMS-RL2 Microsoft Reciprocal License (Ms-RL)
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h180 #define RL(x) (((x) & 0x3) << 8) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1141 u8 RL; member