Home
last modified time | relevance | path

Searched refs:da (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules34 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 Darch_pm.patch24 (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 Dof_addr.c60 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 Dpython3-spidev_3.7.bb5 [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 Dspl_mem_init.c231 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 Dtest_mac16.S55 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 Dse-Boda_Fagerum1 # Sweden - Böda/Fagerum
H A Dpt-All2 [Monte da Virgem]
/openbmc/u-boot/common/
H A Dfdt_support.c1022 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 Dppc440_uc.c527 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 Dmakefile-add-ldflags.patch8 index 98008da..c328ba7 100644
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-cut-Fix-s-flag-to-omit-blank-lines.patch49 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 D0001-configure.ac-remove-AM_PO_SUBDIRS.patch19 …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 D0001-Use-builtin-for-clear_cache.patch15 index 163aada4..471897da 100644
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A Dpolkit-gnome-authentication-agent-1.desktop8 Name[da]=Godkendelsesprogrammet PolicyKit
48 Comment[da]=Godkendelsesprogrammet PolicyKit
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/
H A Dgettext.patch11 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 Dmeson.build5 'da': '-l dk',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A D0001-Link-with-libm-for-floor-function.patch41 index 125564da..010fa0b6 100644
/openbmc/boost-dbus/cmake/
H A DFinddbus.cmake8 # Copyright (C) 2012 Raphael Kubo da Costa <rakuco@webkit.org>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/
H A D0002-meson-Add-options-pciutils-ftdi-usb.patch22 @@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/
H A Ddaemontools_0.76.bb22 file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff \
/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst50 - da
/openbmc/qemu/target/xtensa/core-dc232b/
H A Dxtensa-modules.c.inc11449 { "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 Dhunspell-dictionaries.bb11 LICENSE:dictionaries/da = "GPL-2.0-only"
75 file://dictionaries/da/license;md5=b7678b3e997999043be3503dc717d96d \
/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7-2g.cfg129 /* CS0_END = 2304MB in step da 256Mb -> [(2304*8/256) - 1] */

12