/Linux-v5.4/drivers/irqchip/ |
D | irq-mvebu-icu.c | 75 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()
|
/Linux-v5.4/arch/arm/mm/ |
D | alignment.c | 638 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()
|
/Linux-v5.4/Documentation/i2c/ |
D | summary.rst | 13 a subset of I2C protocols and signaling. Many I2C devices will work on an 19 Because the SMBus is mostly a subset of the generalized I2C bus, we can
|
D | smbus-protocol.rst | 11 which is a subset from the I2C protocol. Fortunately, many devices use 12 only the same subset, which makes it possible to put them on an SMBus. 15 commands if at all possible (if the device uses only that subset of the
|
/Linux-v5.4/Documentation/filesystems/ |
D | ext3.txt | 10 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-gnss | 14 subset of NMEA 0183 with vendor extensions (e.g. to allow
|
/Linux-v5.4/Documentation/devicetree/bindings/serial/ |
D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
/Linux-v5.4/Documentation/driver-api/ |
D | smsc_ece1099.rst | 44 The ECE1099 device SMBus implementation is a subset of the 46 The implementation in the device is a subset of SMBus since it
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | spe-pmu.txt | 12 SPE is only supported on a subset of the CPUs, please consult
|
/Linux-v5.4/Documentation/devicetree/bindings/usb/ |
D | exynos-usb.txt | 18 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:
|
/Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
D | sdhci-omap.txt | 12 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
|
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/ |
D | ltc2990.txt | 23 allows a subset of the measurements to be enabled:
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | video-try-command.rst | 65 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
|
D | video-command.rst | 65 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
|
D | frontend-property-cable-systems.rst | 26 supports a subset of the Annex A modulation types, and a roll-off of
|
/Linux-v5.4/Documentation/admin-guide/perf/ |
D | arm_dsu_pmu.rst | 14 The DSU provides a bitmap for a subset of implemented events via hardware
|
/Linux-v5.4/Documentation/hwmon/ |
D | vexpress.rst | 15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
|
D | ltc2990.rst | 48 A subset of the following attributes are visible, depending on the measurement
|
/Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
D | gpio-xlp.txt | 25 second cell is used to specify flags. The following subset of flags is
|
D | brcm,kona-gpio.txt | 26 second cell is used to specify flags. The following subset of flags is
|
/Linux-v5.4/kernel/ |
D | cred.c | 395 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 398 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 404 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
|
/Linux-v5.4/arch/mips/txx9/ |
D | Kconfig | 35 # TX4937 is subset of TX4938
|
/Linux-v5.4/drivers/gpu/drm/sti/ |
D | NOTES | 20 Note that some stiH drivers support only a subset of thee HW IP.
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | samsung,s5pv210-clock.txt | 33 A subset of above clocks available on given board shall be specified in
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kselftest.rst | 46 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
|