| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 4 Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles 7 aarch64-pe which introduced wrapper over pep-dll.c for x86_64 as well as 8 aarch64, on x86_64 it was added but the old object pe-dll.o needs to be 9 removed too, otherwise build fails with duplicate symbols from pe-dll.o 10 and pep-dll-x86_64.o 28 - targ_extra_ofiles="deffilep.o pdb.o pep-dll.o pe-dll.o" 29 + targ_extra_ofiles="deffilep.o pdb.o pe-dll.o"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 175 dll=dllnames[0].lower() 176 - dll=re.sub('\.dll$', '', dll) 177 + dll=re.sub(r'\.dll$', '', dll) 178 return (lt_libdir, dll, False)
|
| /openbmc/qemu/hw/misc/ |
| H A D | mps2-scc.c | 216 r = s->dll; in mps2_scc_read() 344 s->dll = deposit32(s->dll, 24, 8, extract32(value, 24, 8)); in mps2_scc_write() 375 s->dll = 0xffff0001; in mps2_scc_reset() 448 VMSTATE_UINT32(dll, MPS2SCC),
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-rpds-py-crates.inc | 21 crate://crates.io/python3-dll-a/0.2.12 \ 47 SRC_URI[python3-dll-a-0.2.12.sha256sum] = "9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | 0001-use-library-sonames-for-linking.patch | 26 #define DEQP_GLES2_LIBRARY_PATH "libGLESv2.dll" 35 #define DEQP_OPENGL_LIBRARY_PATH "opengl32.dll" 51 return "libEGL.dll";
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | mps2-scc.h | 59 uint32_t dll; member
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 10 for ext in so a dll.a dylib ; do
|
| /openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | regs-uart.h | 18 uint32_t dll; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_mtk.c | 41 #define dll rbr macro 106 writel(quot & 0xff, &priv->regs->dll); in _mtk_serial_setbrg()
|
| H A D | ns16550.c | 155 serial_out(baud_divisor & 0xff, &com_port->dll); in NS16550_setbrg() 270 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init() 280 ret = serial_din(&com_port->dll) & 0xff; in NS16550_read_baud_divisor()
|
| H A D | serial_omap.c | 78 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
|
| /openbmc/u-boot/doc/device-tree-bindings/clock/ |
| H A D | rockchip,rk3288-dmc.txt | 22 …rockchip,dll-disable-freq: if ddr clock frequency low than dll-disable-freq,this driver should dis… 136 rockchip,dll-disable-freq = <333000000>;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/ |
| H A D | psqlodbc-fix-for-ptest-support.patch | 43 driver=${drvr}.dll 52 drivera=${drvra}.dll
|
| /openbmc/openbmc/poky/meta/recipes-graphics/vulkan/ |
| H A D | vulkan-volk_1.4.313.0.bb | 3 to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan loader. \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/ |
| H A D | 0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch | 36 - POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch | 35 CmdArgs.push_back("-l:libunwind.dll.a");
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 0001-Fix-installing-ipp-usb-quirk.patch | 36 # If scanner build, add hpaio entry to sane dll.conf.
|
| /openbmc/u-boot/include/ |
| H A D | ns16550.h | 102 #define dll rbr macro
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 103 …Format7zR - 7zr.dll: Reduced version of 7za.dll: extracting/compressing to 7z/LZMA/BCJ/BCJ2 104 Format7zExtractR - 7zxr.dll: Reduced version of 7zxa.dll: extracting from 7z/LZMA/BCJ/BCJ2. 108 Client7z - Test application for 7za.dll, 7zr.dll, 7zxr.dll
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | omap_hsmmc.c | 585 val = readl(&mmc_base->dll); in omap_hsmmc_disable_tuning() 587 writel(val, &mmc_base->dll); in omap_hsmmc_disable_tuning() 598 val = readl(&mmc_base->dll); in omap_hsmmc_set_dll() 602 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll() 605 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll() 607 if (readl(&mmc_base->dll) & DLL_CALIB) in omap_hsmmc_set_dll() 611 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll() 650 val = readl(&mmc_base->dll); in omap_hsmmc_execute_tuning() 652 writel(val, &mmc_base->dll); in omap_hsmmc_execute_tuning()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils-2.44.inc | 37 file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/ |
| H A D | 0001-Allow-specifying-path-to-7z-library-in-tests.patch | 47 static const tstring lib_path = BIT7Z_STRING( "C:\\Program Files\\7-Zip\\7z.dll" );
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | omap_mmc.h | 43 unsigned int dll; /* 0x34 */ member
|
| /openbmc/qemu/ |
| H A D | qemu.nsi | 160 File "${DLLDIR}\*.dll" 206 Delete "$INSTDIR\*.dll"
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pydantic-core-crates.inc | 56 crate://crates.io/python3-dll-a/0.2.13 \ 151 SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d0…
|