Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/irqchip/
H A Dirq-mvebu-icu.c75 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local
81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init()
82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init()
84 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init()
88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init()
89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
/openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/
H A Dharfbuzz_8.3.1.bb31 PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
46 FILES:${PN}-subset = "${libdir}/libharfbuzz-subset.so.*"
/openbmc/linux/arch/arm64/kernel/
H A Dcompat_alignment.c203 static const u32 subset[4] = { in thumb2arm() local
209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
252 const u32 subset[2] = { in do_alignment_t32_to_handler() local
256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst7 Architecture Reference ([LoPAR]_) document. This document is a subset of the
11 The subset in LoPAR is selected based on the requirements of Linux as a guest.
51 only has access to a subset of memory and no I/Os.
/openbmc/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst15 Some Armv9 SoCs suffer from a big.LITTLE misfeature where only a subset
56 The subset of CPUs capable of running 32-bit tasks is described in
74 1. If the 32-bit-capable subset of the affinity mask is not empty,
75 then the affinity is restricted to that subset and the old affinity
85 subset of the cpuset determined by the walk.
/openbmc/linux/arch/arm/mm/
H A Dalignment.c638 static const u32 subset[8] = { in thumb2arm() local
648 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm()
688 static const u32 subset[4] = { in thumb2arm() local
694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
737 const u32 subset[2] = { in do_alignment_t32_to_handler() local
741 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/openbmc/linux/tools/testing/selftests/proc/
H A D.gitignore14 /proc-subset-pid
H A DMakefile17 TEST_GEN_PROGS += proc-subset-pid
/openbmc/linux/Documentation/filesystems/
H A Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
H A Dsysfs-bus-pci-devices-pvpanic22 Notice that this value should be a subset of capability.
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxmu_1.2.0.bb6 Widgets. A subset of the functions that do not rely on the Athena \
/openbmc/linux/Documentation/netlink/specs/
H A Ddevlink.yaml198 subset-of: devlink
208 subset-of: devlink
215 subset-of: devlink
225 subset-of: devlink
232 subset-of: devlink
242 subset-of: devlink
/openbmc/openbmc/poky/meta/recipes-extended/images/
H A Dcore-image-kernel-dev.bb20 # Let's define our own subset to test, we can later add a on-target kernel build even!
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst47 passed, a subset of the output is dumped as a list of
61 that case usually represent a small subset of the parameters
/openbmc/linux/Documentation/i2c/
H A Dsummary.rst21 a subset of I2C protocols and signaling. Many I2C devices will work on an
27 Because the SMBus is mostly a subset of the generalized I2C bus, we can
/openbmc/linux/Documentation/devicetree/bindings/perf/
H A Dspe-pmu.yaml24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
H A Damlogic,g12-ddr-pmu.yaml16 has different subset of event format attribute.
/openbmc/linux/arch/mips/txx9/
H A DKconfig26 # TX4937 is subset of TX4938
/openbmc/linux/Documentation/userspace-api/media/
H A Dglossary.rst39 An API designed to control a subset of the :term:`Media Hardware`
59 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
162 A subset of I²C, which defines a stricter usage of the bus.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/
H A Dlibmoo-perl_2.005005.bb2 DESCRIPTION = "This module us an extremely light-weight subset of \"Moose\" \
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dltc2990.txt23 allows a subset of the measurements to be enabled:
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-try-command.rst57 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
/openbmc/qemu/docs/system/
H A Dtarget-s390x.rst13 QEMU will emulate a subset of z13 cpu features that should be enough to run

12345678910>>...12