| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
| H A D | 51-these-are-not-joysticks-rm.rules | 34 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="054f", ENV{ID_INPUT_JOYSTICK}=="?*"… 35 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="054f", KERNEL=="js[0-9]*", RUN+="/b… 36 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="1410", ENV{ID_INPUT_JOYSTICK}=="?*"… 37 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="1410", KERNEL=="js[0-9]*", RUN+="/b… 38 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3043", ENV{ID_INPUT_JOYSTICK}=="?*"… 39 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3043", KERNEL=="js[0-9]*", RUN+="/b… 40 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="31b5", ENV{ID_INPUT_JOYSTICK}=="?*"… 41 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="31b5", KERNEL=="js[0-9]*", RUN+="/b… 42 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3997", ENV{ID_INPUT_JOYSTICK}=="?*"… 43 SUBSYSTEM=="input", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="3997", KERNEL=="js[0-9]*", RUN+="/b… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | arch_pm.patch | 24 (my $da = $debarch) =~ s/<cpu>/$_cpu/; 26 - next if exists $debarch_to_debtuple{$da} 29 $debarch_to_debtuple{$da} = $dt; 30 $debtuple_to_debarch{$dt} = $da;
|
| /openbmc/u-boot/drivers/core/ |
| H A D | of_addr.c | 60 u64 cp, s, da; in of_bus_default_map() local 64 da = of_read_number(addr, na); in of_bus_default_map() 68 (unsigned long long)da); in of_bus_default_map() 70 if (da < cp || da >= (cp + s)) in of_bus_default_map() 72 return da - cp; in of_bus_default_map()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-spidev_3.7.bb | 5 [here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | spl_mem_init.c | 231 uint32_t sz, da; in mxs_mem_get_size() local 237 da = vt[4]; in mxs_mem_get_size() 243 vt[4] = da; in mxs_mem_get_size()
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_mac16.S | 55 test_mulxx mul.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f 101 test_mulxxx mula.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, + 118 test_mulxxx muls.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, - 189 test_mulxxx_ld mula.da, ldinc, 2, m1, a2, m1, a3, \ 217 test_mulxxx_ld mula.da, lddec, 2, m1, a2, m1, a3, \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | se-Boda_Fagerum | 1 # Sweden - Böda/Fagerum
|
| H A D | pt-All | 2 [Monte da Virgem]
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 1022 u64 cp, s, da; in of_bus_default_map() local 1026 da = fdt_read_number(addr, na); in of_bus_default_map() 1028 debug("OF: default map, cp=%llx, s=%llx, da=%llx\n", cp, s, da); in of_bus_default_map() 1030 if (da < cp || da >= (cp + s)) in of_bus_default_map() 1032 return da - cp; in of_bus_default_map() 1073 u64 cp, s, da; in of_bus_isa_map() local 1081 da = fdt_read_number(addr + 1, na - 1); in of_bus_isa_map() 1083 debug("OF: ISA map, cp=%llx, s=%llx, da=%llx\n", cp, s, da); in of_bus_isa_map() 1085 if (da < cp || da >= (cp + s)) in of_bus_isa_map() 1087 return da - cp; in of_bus_isa_map()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc440_uc.c | 527 uint64_t da; member 560 val = dma->ch[chnl].da >> 32; in dcr_read_dma() 563 val = dma->ch[chnl].da; in dcr_read_dma() 610 wptr = cpu_physical_memory_map(dma->ch[chnl].da, &wlen, in dcr_write_dma() 653 dma->ch[chnl].da &= 0xffffffffULL; in dcr_write_dma() 654 dma->ch[chnl].da |= (uint64_t)val << 32; in dcr_write_dma() 657 dma->ch[chnl].da &= 0xffffffff00000000ULL; in dcr_write_dma() 658 dma->ch[chnl].da |= val; in dcr_write_dma()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/ |
| H A D | makefile-add-ldflags.patch | 8 index 98008da..c328ba7 100644
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-cut-Fix-s-flag-to-omit-blank-lines.patch | 49 testing "cut with -d -f(a) -s" "cut -da -f3 -s input" "n\nsium:Jim\n\ncion:Ed\n" "$input" "" 50 testing "cut with -d -f(a) -s -n" "cut -da -f3 -s -n input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
| H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 19 …ALL_LINGUAS="az cs da de en_GB es eu fi fr hu id is it ja nl pa pl pt_BR ro ru rw sk sr sv uk vi z…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/ |
| H A D | 0001-Use-builtin-for-clear_cache.patch | 15 index 163aada4..471897da 100644
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | polkit-gnome-authentication-agent-1.desktop | 8 Name[da]=Godkendelsesprogrammet PolicyKit 48 Comment[da]=Godkendelsesprogrammet PolicyKit
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/ |
| H A D | gettext.patch | 11 ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi"
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 5 'da': '-l dk',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
| H A D | 0001-Link-with-libm-for-floor-function.patch | 41 index 125564da..010fa0b6 100644
|
| /openbmc/boost-dbus/cmake/ |
| H A D | Finddbus.cmake | 8 # Copyright (C) 2012 Raphael Kubo da Costa <rakuco@webkit.org>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/ |
| H A D | 0002-meson-Add-options-pciutils-ftdi-usb.patch | 22 @@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/ |
| H A D | daemontools_0.76.bb | 22 file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff \
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | keyboard.rst | 50 - da
|
| /openbmc/qemu/target/xtensa/core-dc232b/ |
| H A D | xtensa-modules.c.inc | 11449 { "mul.da.ll", 180 /* xt_iclass_mac16_da */, 11452 { "mul.da.hl", 180 /* xt_iclass_mac16_da */, 11455 { "mul.da.lh", 180 /* xt_iclass_mac16_da */, 11458 { "mul.da.hh", 180 /* xt_iclass_mac16_da */, 11521 { "mula.da.ll", 184 /* xt_iclass_mac16a_da */, 11524 { "mula.da.hl", 184 /* xt_iclass_mac16a_da */, 11527 { "mula.da.lh", 184 /* xt_iclass_mac16a_da */, 11530 { "mula.da.hh", 184 /* xt_iclass_mac16a_da */, 11533 { "muls.da.ll", 184 /* xt_iclass_mac16a_da */, 11536 { "muls.da.hl", 184 /* xt_iclass_mac16a_da */, [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
| H A D | hunspell-dictionaries.bb | 11 LICENSE:dictionaries/da = "GPL-2.0-only" 75 file://dictionaries/da/license;md5=b7678b3e997999043be3503dc717d96d \
|
| /openbmc/u-boot/board/seco/mx6quq7/ |
| H A D | mx6quq7-2g.cfg | 129 /* CS0_END = 2304MB in step da 256Mb -> [(2304*8/256) - 1] */
|