Home
last modified time | relevance | path

Searched refs:a (Results 17951 – 17975 of 22310) sorted by relevance

1...<<711712713714715716717718719720>>...893

/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-pistachio.dts8 * 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 Dip_set_list_set.c533 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 Djbd2.h60 #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 Dnamei.c2066 #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 D02-Makefile.in.patch12 @@ -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 Dcpus.yaml13 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 Dxen_shinfo_test.c378 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 Daudigy-mixer.rst7 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 Dsch_sfq.c484 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 Dahci_imx.c334 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 Dsalvator-common.dtsi92 type = "a";
104 type = "a";
116 type = "a";
158 key-a {
559 port@a {
/openbmc/qemu/hw/arm/
H A Dsmmu-common.c37 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 Dlonglong.h195 #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 Ddmatest.c205 #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 Dselftest_rps.c34 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 Dbearer.c109 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 Dradeon_device.c726 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 Dnetns.sh548 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 Dhi3798cv200-dw-mshc.txt7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
/openbmc/linux/arch/arm/boot/bootp/
H A Dinit.S63 move: ldmia r4!, {r7 - r10} @ move 32-bytes at a time
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Drenesas,mtu2.yaml14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,hfpll.txt36 Definition: Name of the PLL. Typically hfpllX where X is a CPU number
H A Dhisi-crg.txt31 A reset signal can be controlled by writing a bit register in the CRG module.
/openbmc/linux/Documentation/admin-guide/
H A Dufs.rst12 UFS is a file system widely used in different operating systems.
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-dsp-keystone.txt21 - gpio-controller: Marks the device node as a gpio controller.

1...<<711712713714715716717718719720>>...893