Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/drivers/irqchip/
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()
/kernel/linux/linux-5.10/arch/arm/mm/
Dalignment.c630 static const u32 subset[8] = { in thumb2arm() local
640 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm()
680 static const u32 subset[4] = { in thumb2arm() local
686 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
729 const u32 subset[2] = { in do_alignment_t32_to_handler() local
733 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst41 passed, a subset of the output is dumped as a list of
55 that case usually represent a small subset of the parameters
/kernel/linux/linux-5.10/Documentation/filesystems/
Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dspe-pmu.txt12 SPE is only supported on a subset of the CPUs, please consult
/kernel/linux/linux-5.10/Documentation/i2c/
Dsummary.rst19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dexynos-usb.txt18 each phy for the root ports, must be a subset of the following:
52 each phy for the root ports, must be a subset of the following:
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkselftest.rst46 kernel src. This is applicable to "Running a subset of selftests" section
64 to "Running a subset of selftests" section below.
70 Running a subset of selftests
178 `make gen_tar` invokes `make install` so you can use it to package a subset of
179 tests by using variables specified in `Running a subset of selftests`_
/kernel/linux/linux-5.10/Documentation/userspace-api/media/
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.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dltc2990.txt23 allows a subset of the measurements to be enabled:
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dvideo-try-command.rst57 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
Dvideo-command.rst57 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
Dfrontend-property-cable-systems.rst19 supports a subset of the Annex A modulation types, and a roll-off of
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/
Darm_dsu_pmu.rst14 The DSU provides a bitmap for a subset of implemented events via hardware
/kernel/linux/linux-5.10/Documentation/hwmon/
Dvexpress.rst15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
Dltc2990.rst48 A subset of the following attributes are visible, depending on the measurement
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-omap.txt14 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-xlp.txt25 second cell is used to specify flags. The following subset of flags is
Dbrcm,kona-gpio.txt26 second cell is used to specify flags. The following subset of flags is
/kernel/linux/linux-5.10/kernel/
Dcred.c399 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
402 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
408 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
/kernel/linux/linux-5.10/arch/mips/txx9/
DKconfig35 # TX4937 is subset of TX4938
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
DNOTES20 Note that some stiH drivers support only a subset of thee HW IP.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dsamsung,s5pv210-clock.txt33 A subset of above clocks available on given board shall be specified in

123456