Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/arch/mips/lib/
A Dcache.c56 unsigned long conf1, il, dl; in mips_cache_probe() local
61 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()
64 gd->arch.l1d_line_size = dl ? (2 << dl) : 0; in mips_cache_probe()
/u-boot/lib/
A Dstring.c534 unsigned long *dl = (unsigned long *)dest, *sl = (unsigned long *)src; in memcpy() local
541 if ( (((ulong)dest | (ulong)src) & (sizeof(*dl) - 1)) == 0) { in memcpy()
542 while (count >= sizeof(*dl)) { in memcpy()
543 *dl++ = *sl++; in memcpy()
544 count -= sizeof(*dl); in memcpy()
548 d8 = (char *)dl; in memcpy()
/u-boot/lib/zlib/
A Ddeflate.h70 } dl; member
75 #define Dad dl.dad
76 #define Len dl.len
/u-boot/drivers/serial/
A Dserial_sh.c66 unsigned short dl = DL_VALUE(baudrate, clk); in sh_serial_setbrg_generic() local
67 sci_out(port, DL, dl); in sh_serial_setbrg_generic()
69 udelay((1000000 * dl * 16 / clk) * 1000 + 1); in sh_serial_setbrg_generic()
A Dserial_mt7620.c38 u32 dl; member
80 writel(quot, &plat->regs->dl); in _mt7620_serial_setbrg()
/u-boot/drivers/bios_emulator/include/
A Dbiosemu.h217 u8 dh, dl; member
230 u8 dl; member
/u-boot/board/tqc/tqma6/
A DREADME24 dl - means i.MX6DL: TQMa6DL (i.MX6DL)
/u-boot/arch/arm/dts/
A Drk3399-ficus.dts6 * Schematics available at https://dl.vamrs.com/products/ficus/docs/hw
A Dimx6dl-cubox-i-emmc-som-v15.dts51 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
A Dimx6dl-cubox-i-som-v15.dts50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
A Dimx6dl-cubox-i.dts50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard-emmc-som-v15.dts52 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard-som-v15.dts51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard.dts51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard2-emmc-som-v15.dts54 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard2-som-v15.dts53 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
A Dimx6dl-hummingboard2.dts52 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
A Daxp223.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP223-en.pdf
A Daxp209.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
A Daxp22x.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP221%20Datasheet%20V1.2%2020130326%20.pdf
/u-boot/board/technexion/pico-imx6/
A DREADME1 How to Update U-Boot on pico-imx6q/dl boards
/u-boot/board/boundary/nitrogen6x/
A DREADME84 The -6dl variants also use a 64-bit memory bus, operated at 800MHz.
/u-boot/common/
A Ddlmalloc.src6 to dl@cs.oswego.edu
8 * VERSION 2.6.6 Sun Mar 5 19:10:03 2000 Doug Lea (dl at gee)
21 http://g.oswego.edu/dl/html/malloc.html
3164 V2.6.6 Sun Dec 5 07:42:19 1999 Doug Lea (dl at gee)
3180 V2.6.5 Wed Jun 17 15:57:31 1998 Doug Lea (dl at gee)
3183 V2.6.3 Sun May 19 08:17:58 1996 Doug Lea (dl at gee)
3192 V2.6.2 Tue Dec 5 06:52:55 1995 Doug Lea (dl at gee)
3213 V2.6.1 Sat Dec 2 14:10:57 1995 Doug Lea (dl at gee)
3232 V2.5.3 Tue Apr 26 10:16:01 1994 Doug Lea (dl at g)
3234 V2.5.2 Tue Apr 5 16:20:40 1994 Doug Lea (dl at g)
[all …]
/u-boot/doc/
A DREADME.mpc85xxcds218 dl -k -b -o 100000
/u-boot/doc/board/sipeed/
A Dmaix.rst22 `Sipeed's website <http://dl.sipeed.com/MAIX/HDK/>`_.

Completed in 32 milliseconds

12