Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 25 of 153) sorted by relevance

1234567

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch4 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/linux/arch/powerpc/kernel/
H A Dudbg_16550.c98 unsigned int dll, base_bauds; in udbg_uart_setup() local
109 dll = base_bauds / speed; in udbg_uart_setup()
115 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
116 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
127 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
136 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
138 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/openbmc/linux/arch/x86/boot/
H A Dearly_serial_console.c104 unsigned char lcr, dll, dlh; in probe_baud() local
109 dll = inb(port + DLL); in probe_baud()
112 quot = (dlh << 8) | dll; in probe_baud()
/openbmc/qemu/scripts/
H A Dnsis.py33 dll = os.path.join(search_path, dep)
34 if not os.path.exists(dll):
40 rdeps = find_deps(dll, search_path, analyzed_deps)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch175 dll=dllnames[0].lower()
176 - dll=re.sub('\.dll$', '', dll)
177 + dll=re.sub(r'\.dll$', '', dll)
178 return (lt_libdir, dll, False)
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pxa.c65 unsigned int dll; in serial_pxa_dl_write() local
72 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
73 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c216 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/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-use-library-sonames-for-linking.patch26 #define DEQP_GLES2_LIBRARY_PATH "libGLESv2.dll"
35 #define DEQP_OPENGL_LIBRARY_PATH "opengl32.dll"
51 return "libEGL.dll";
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rpds-py-crates.inc21 crate://crates.io/python3-dll-a/0.2.11 \
47 SRC_URI[python3-dll-a-0.2.11.sha256sum] = "9b9e268ee1be609e93a13eb06839f68f67e5fe0fb4049834d261c2d5…
/openbmc/linux/Documentation/usb/
H A Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/openbmc/qemu/include/hw/misc/
H A Dmps2-scc.h59 uint32_t dll; member
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt22 …rockchip,dll-disable-freq: if ddr clock frequency low than dll-disable-freq,this driver should dis…
136 rockchip,dll-disable-freq = <333000000>;
/openbmc/u-boot/drivers/serial/
H A Dserial_mtk.c41 #define dll rbr macro
106 writel(quot & 0xff, &priv->regs->dll); in _mtk_serial_setbrg()
H A Dns16550.c155 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()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh10 for ext in so a dll.a dylib ; do
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti/
H A Demif.txt50 - hw-caps-dll-calib-ctrl: Have this property if the controller
51 supports dll calibration control
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch43 driver=${drvr}.dll
52 drivera=${drvra}.dll
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h18 uint32_t dll; member
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun7i-a20-icnova-a20.dtsi50 regulator-name = "vdd-int-dll";
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c365 struct ocs_dll_desc *dll) in cleanup_ocs_dma_linked_list() argument
367 if (dll->vaddr) in cleanup_ocs_dma_linked_list()
368 dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr); in cleanup_ocs_dma_linked_list()
369 dll->vaddr = NULL; in cleanup_ocs_dma_linked_list()
370 dll->size = 0; in cleanup_ocs_dma_linked_list()
371 dll->dma_addr = DMA_MAPPING_ERROR; in cleanup_ocs_dma_linked_list()
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt103 …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 Domap_hsmmc.c585 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-graphics/vulkan/
H A Dvulkan-volk_1.3.296.0.bb3 to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan loader. \
/openbmc/linux/arch/sh/include/asm/
H A Dsmc37c93x.h90 #define dll rbr macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A D0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch36 - POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"

1234567