/openbmc/qemu/docs/system/arm/ |
H A D | cubieboard.rst | 5 which is a Cortex-A8 based single-board computer using
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1246 uint32_t *a = va, *n = vn; local 1250 uint32_t e1 = a[2 * i + H4(0)]; 1391 return a; 1405 return a; in do_cdot_d() 4415 return float16_sub(b, a, s); 4420 return float32_sub(b, a, s); in subr_s() 4425 return float64_sub(b, a, s); in subr_d() 4648 int16_t exp = extract32(a, 10, 5); in DO_ZPZ_FP() 4675 uint32_t frac = a << 9; in do_float32_logb_as_int() 4676 int32_t exp = extract32(a, 23, 8); in do_float32_logb_as_int() [all …]
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 266 static bool trans_##NAME(DisasContext *dc, arg_typea *a) \ 267 { return do_typea(dc, a, SE, FN); } 270 static bool trans_##NAME(DisasContext *dc, arg_typea *a) \ 271 { return dc->cfg->CFG && do_typea(dc, a, SE, FN); } 275 { return do_typea0(dc, a, SE, FN); } 279 { return dc->cfg->CFG && do_typea0(dc, a, SE, FN); } 282 static bool trans_##NAME(DisasContext *dc, arg_typeb *a) \ 283 { return do_typeb_imm(dc, a, SE, FNI); } 287 { return dc->cfg->CFG && do_typeb_imm(dc, a, SE, FNI); } 291 { return do_typeb_val(dc, a, SE, FN); } [all …]
|
/openbmc/sdbusplus/test/message/ |
H A D | types.cpp | 32 std::string a = "a"; in TEST() local 36 EXPECT_EQ(dbus_string(a, std::move(b), c), "sss"); in TEST()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | da9052.rst | 46 Voltages are sampled by a 10 bit ADC. 63 Temperatures are sampled by a 10 bit ADC. Junction and battery temperatures
|
H A D | ads7828.rst | 53 The ADS7828 device is a 12-bit 8-channel A/D converter, while the ADS7830 does 60 may be required if your hardware supplies the ADS7828 from a 5V supply, see
|
H A D | sht15.rst | 57 * If a CRC validation fails, a soft reset command is sent, which resets
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | remote_device.h | 284 #define C(a) SCI_##a argument
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig-nommu | 49 If your CPU provides a remap facility which allows the exception 61 Some ARM systems without an MMU have instead a Memory Protection
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-common.h | 24 #warning please define a log prefix for your file, using a default one
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | nvidia,tegra20-kbc.txt | 26 - linux,fn-keymap: a second keymap, same specification as the 32 - wakeup-source: configure keyboard as a wakeup source for suspend/resume
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | hw.h | 259 struct ioat_pq16a_descriptor a; member 266 uint64_t a[8]; member
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-max3191x.txt | 12 - gpio-controller: Marks the device node as a GPIO controller. 20 (if each chip is driven by a separate pin) or 1
|
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/ |
H A D | Kconfig | 10 This is a driver for RTL8180, RTL8185 and RTL8187SE based cards. 66 This is a driver for RTL8187 and RTL8187B based cards.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
H A D | cs35l34.txt | 29 range starts at 1200mA and goes to a maximum of 3840mA with increments of 42 effect without waiting for a zero cross.
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | README | 12 However, a similar kind of flexibility can be achieved by using VRFs and 30 traditional method that requires multiple physical machines, to name a
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | ti_soc_thermal.txt | 3 In the System Control Module, OMAP supplies a voltage reference 4 and a temperature sensor feature that are gathered in the band
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-irq | 8 but in a more machine-friendly format. This directory contains 44 is a comma-separated list of counters; one per CPU in CPU id
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-class-typec | 16 a mode will be "mode<index>" (for example mode1), where <index> 46 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
|
/openbmc/linux/drivers/sh/intc/ |
H A D | internals.h | 106 static inline int intc_handle_int_cmp(const void *a, const void *b) in intc_handle_int_cmp() argument 108 const struct intc_handle_int *_a = a; in intc_handle_int_cmp()
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | mobiveil-pcie.txt | 3 Mobiveil's GPEX 4.0 is a PCIe Gen4 root port bridge IP. This configurable IP 39 Please refer to the standard PCI bus binding document for a more
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | abilis,tb10x-iomux.txt | 16 Every sub-node defines exactly one function (implying a set of pins). 55 pctl_gpio_a: pctl-gpio-a {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 26 diff --git a/src/candump.c b/src/candump.c 28 --- a/src/candump.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | zsh | 5 of the GNU General Public Licence. Anyone distributing the shell as a 35 for a particular purpose. The software provided hereunder is on an "as is"
|