/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-pistachio.dts | 8 * licensing only applies to this file, and not this project as a 11 * a) This file is free software; you can redistribute it and/or 24 * obtaining a copy of this software and associated documentation 194 codec: sgtl5000@a {
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_list_set.c | 533 list_set_same_set(const struct ip_set *a, const struct ip_set *b) in list_set_same_set() argument 535 const struct list_set *x = a->data; in list_set_same_set() 539 a->timeout == b->timeout && in list_set_same_set() 540 a->extensions == b->extensions; in list_set_same_set()
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 60 #define jbd2_debug(n, fmt, a...) \ argument 61 __jbd2_debug((n), __FILE__, __func__, __LINE__, (fmt), ##a) 63 #define jbd2_debug(n, fmt, a...) no_printk(fmt, ##a) argument
|
/openbmc/linux/fs/ |
H A D | namei.c | 2066 #define HASH_MIX(x, y, a) \ argument 2067 ( x ^= (a), \ 2096 #define HASH_MIX(x, y, a) \ argument 2097 ( x ^= (a), \ 2124 a = load_unaligned_zeropad(name); in full_name_hash() 2127 HASH_MIX(x, y, a); in full_name_hash() 2148 HASH_MIX(x, y, a); in hashlen_string() 2156 x ^= a & zero_bytemask(mask); in hashlen_string() 2176 HASH_MIX(x, y, a); in hash_name() 2180 b = a ^ REPEAT_BYTE('/'); in hash_name() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 02-Makefile.in.patch | 12 @@ -41,7 +41,7 @@ LIBRARY = lib$(MODULE).a 15 LIB_TH = lib$(MODULE)th.a 25 -LIB_CXX = lib$(MODULE)xx.a 27 +LIB_CXX = lib$(MODULE)cxx.a 35 LIB_TH_CXX = lib$(MODULE)thcxx.a
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | cpus.yaml | 13 The device tree allows to describe the layout of CPUs in a system through 14 the "cpus" node, which in turn contains a number of subnodes (ie "cpu") 256 systems have used a 32-bit value which must be supported. 354 The secondary-boot-reg property is a u32 value that specifies the 356 code release a secondary CPU. The value written to the register is
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 378 static int cmp_timespec(struct timespec *a, struct timespec *b) in cmp_timespec() argument 380 if (a->tv_sec > b->tv_sec) in cmp_timespec() 382 else if (a->tv_sec < b->tv_sec) in cmp_timespec() 384 else if (a->tv_nsec > b->tv_nsec) in cmp_timespec() 386 else if (a->tv_nsec < b->tv_nsec) in cmp_timespec()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | audigy-mixer.rst | 7 The EMU10K2 chips have a DSP part which can be programmed to support 39 a chip containing an analog mixer, D/A and A/D converters 118 digital inputs (usually used by a CDROM drive). The result samples are 124 digital inputs (usually used by a CDROM drive). The result is forwarded 268 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
|
/openbmc/linux/net/sched/ |
H A D | sch_sfq.c | 484 sfq_index a, next_a; in sfq_dequeue() local 492 a = q->tail->next; in sfq_dequeue() 493 slot = &q->slots[a]; in sfq_dequeue() 500 sfq_dec(q, a); in sfq_dequeue() 509 if (a == next_a) { in sfq_dequeue()
|
/openbmc/linux/drivers/ata/ |
H A D | ahci_imx.c | 334 int m1, m2, a; in __sata_ahci_read_temperature() local 413 a = (m2 - m1) / (m2/1000); in __sata_ahci_read_temperature() 414 *temp = ((-559) * a * a) / 1000 + (1379) * a + (-458000); in __sata_ahci_read_temperature()
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | salvator-common.dtsi | 92 type = "a"; 104 type = "a"; 116 type = "a"; 158 key-a { 559 port@a {
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-common.c | 37 uint32_t a, b, c; in smmu_iotlb_key_hash() local 40 a = b = c = JHASH_INITVAL + sizeof(*key); in smmu_iotlb_key_hash() 41 a += key->asid + key->vmid + key->level + key->tg; in smmu_iotlb_key_hash() 45 __jhash_mix(a, b, c); in smmu_iotlb_key_hash() 46 __jhash_final(a, b, c); in smmu_iotlb_key_hash()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | longlong.h | 195 #define umul_ppmm(xh, xl, a, b) \ argument 211 : "r" ((USItype)(a)), \ 215 #define umul_ppmm(xh, xl, a, b) \ argument 220 : "r" ((USItype)(a)), \ 557 #define umul_ppmm(xh, xl, a, b) \ argument 583 : "%2" ((USItype)(a)), "d" ((USItype)(b))); \
|
/openbmc/linux/drivers/dma/ |
H A D | dmatest.c | 205 #define FIXPT_TO_INT(a) ((a) >> FIXPT_SHIFT) argument 206 #define INT_TO_FIXPT(a) ((a) << FIXPT_SHIFT) argument 207 #define FIXPT_GET_FRAC(a) ((((a) & FIXPNT_MASK) * 100) >> FIXPT_SHIFT) argument
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 34 const u64 *a = A, *b = B; in cmp_u64() local 36 if (*a < *b) in cmp_u64() 38 else if (*a > *b) in cmp_u64() 46 const u32 *a = A, *b = B; in cmp_u32() local 48 if (*a < *b) in cmp_u32() 50 else if (*a > *b) in cmp_u32()
|
/openbmc/linux/net/tipc/ |
H A D | bearer.c | 109 int tipc_media_addr_printf(char *buf, int len, struct tipc_media_addr *a) in tipc_media_addr_printf() argument 115 m = media_find_id(a->media_id); in tipc_media_addr_printf() 117 if (m && !m->addr2str(a, addr_str, sizeof(addr_str))) in tipc_media_addr_printf() 122 ret = scnprintf(buf, len, "UNKNOWN(%u)", a->media_id); in tipc_media_addr_printf() 123 for (i = 0; i < sizeof(a->value); i++) in tipc_media_addr_printf() 125 "-%x", a->value[i]); in tipc_media_addr_printf()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 726 fixed20_12 a; in radeon_update_bandwidth_info() local 731 a.full = dfixed_const(100); in radeon_update_bandwidth_info() 733 rdev->pm.sclk.full = dfixed_div(rdev->pm.sclk, a); in radeon_update_bandwidth_info() 735 rdev->pm.mclk.full = dfixed_div(rdev->pm.mclk, a); in radeon_update_bandwidth_info() 738 a.full = dfixed_const(16); in radeon_update_bandwidth_info() 740 rdev->pm.core_bandwidth.full = dfixed_div(rdev->pm.sclk, a); in radeon_update_bandwidth_info()
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 548 for a in {1..255}; do 550 config+=( "AllowedIPs=$a.$b.0.0/16,$a::$b/128" ) 562 for a in {1..40}; do 565 config+=( "AllowedIPs=$a.$b.0.0/16" ) 686 [[ $line =~ .*(wg[0-9]+:\ [A-Z][a-z]+\ ?[0-9]*)\ .*(created|destroyed).* ]] || continue
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | hi3798cv200-dw-mshc.txt | 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | init.S | 63 move: ldmia r4!, {r7 - r10} @ move 32-bytes at a time
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | renesas,mtu2.yaml | 14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,hfpll.txt | 36 Definition: Name of the PLL. Typically hfpllX where X is a CPU number
|
H A D | hisi-crg.txt | 31 A reset signal can be controlled by writing a bit register in the CRG module.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ufs.rst | 12 UFS is a file system widely used in different operating systems.
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-dsp-keystone.txt | 21 - gpio-controller: Marks the device node as a gpio controller.
|