Home
last modified time | relevance | path

Searched refs:a (Results 14401 – 14425 of 22321) sorted by relevance

1...<<571572573574575576577578579580>>...893

/openbmc/linux/drivers/soc/starfive/
H A DKconfig11 In order to meet low power requirements, a Power Management Unit (PMU)
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dmanagement-style.rst42 遊戲的名字是 **避免** 做出決定。尤其是,如果有人告訴你「選擇(a)或(b),
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dhugetlbpage.rst29 架构中转换页表条目(D4.5.3, ARM DDI 0487C.a)中提供一个连续
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A DKconfig13 Choose this option if you have a Hisilicon Hibmc soc chipset.
/openbmc/linux/drivers/iio/multiplexer/
H A DKconfig15 To compile this driver as a module, choose M here: the
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/StaticGateway/
H A DCreate.interface.yaml5 Create a static gateway entry.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DManagedHost.interface.yaml2 Implement to define the inventory item as being the embodiment of a managed
/openbmc/u-boot/board/freescale/t102xqds/
H A DREADME14 - two e5500 cores, each with a private 256 KB L2 cache
63 T1023 is a reduced personality of T1024 without QUICC Engine, DIU, and
213 a. build NOR boot image
232 a. build PBL image for NAND boot
242 a. build PBL image for SPI boot
253 a. build PBL image for SD boot
266 a) For TDM Riser: set pin_mux=tdm in hwconfig
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.2.rst122 - oeqa/selftest/cases/devtool.py: skip all tests require folder a git repo
127 - overview-manual: concepts.rst: Fix a typo
143 - qemu: a pending patch was submitted and accepted upstream
156 - scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated process…
157 - scripts/runqemu: split lock dir creation into a reusable function
168 - sysfsutils: fetch a supported fork from github
170 - systemd: Drop a backport
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-turris-mox.dts144 * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property
288 compatible = "usb-a-connector";
413 switch0port10: port@a {
422 port-sfp@a {
605 switch1port10: port@a {
614 port-sfp@a {
797 port-sfp@a {
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c423 static umode_t cxl_memdev_visible(struct kobject *kobj, struct attribute *a, in cxl_memdev_visible() argument
426 if (!IS_ENABLED(CONFIG_NUMA) && a == &dev_attr_numa_node.attr) in cxl_memdev_visible()
428 return a->mode; in cxl_memdev_visible()
447 struct attribute *a, int n) in cxl_memdev_security_visible() argument
453 if (a == &dev_attr_security_sanitize.attr && in cxl_memdev_security_visible()
457 if (a == &dev_attr_security_erase.attr && in cxl_memdev_security_visible()
461 return a->mode; in cxl_memdev_security_visible()
/openbmc/linux/arch/powerpc/xmon/
H A Dspu-insns.h116 #define _A1(a) {1,a} argument
117 #define _A2(a,b) {2,a,b} argument
118 #define _A3(a,b,c) {3,a,b,c} argument
119 #define _A4(a,b,c,d) {4,a,b,c,d} argument
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass8 # you're using the SD card emulation of a QEMU system simulator you may
20 # Take a type in the form of foo.bar.car and split it into the items
82 # about 60K, so dd needs a minimum count of 60, with bs=1024 (bytes per IO)
88 # Create a sparse image block
132 # Note that vfat can't handle all types of files that a real linux file system
276 # If a specific FAT size is needed, set it here (e.g. "-F 32"/"-F 16"/"-F 12")
323 # Compression is a special case of conversion. The old variable
337 CONVERSION_CMD:7zip = "7za a -mx=${7ZIP_COMPRESSION_LEVEL} -mm=${7ZIP_COMPRESSION_METHOD} ${IMAGE_N…
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h423 uint32_t a, d; in rdmsr() local
425 __asm__ __volatile__("rdmsr" : "=a"(a), "=d"(d) : "c"(msr) : "memory"); in rdmsr()
427 return a | ((uint64_t) d << 32); in rdmsr()
432 uint32_t a = value; in wrmsr() local
435 __asm__ __volatile__("wrmsr" :: "a"(a), "d"(d), "c"(msr) : "memory"); in wrmsr()
1162 uint32_t a, d; in rdmsr_safe() local
1165 : "=a"(a), "=d"(d), KVM_ASM_SAFE_OUTPUTS(vector, error_code) in rdmsr_safe()
1169 *val = (uint64_t)a | ((uint64_t)d << 32); in rdmsr_safe()
/openbmc/linux/Documentation/sound/designs/
H A Dseq-oss.rst30 100 regardless of HZ. That is, even on Alpha system, a tick is always
53 However, each MIDI device is exclusive - that is, if a MIDI device
55 it. No such a restriction in synth devices.
166 If the write-queue is full, the application sleeps until a certain amount
311 callback is undefined, OSS seq sends a ``HEARTBEAT`` event to the
356 a group name ``SND_SEQ_GROUP_DEVICE`` and a capability-bit
365 a reverse way of seq_midi module.
/openbmc/linux/crypto/
H A Dskcipher.c248 unsigned a; in skcipher_next_slow() local
262 a = crypto_tfm_ctx_alignment() - 1; in skcipher_next_slow()
267 a &= (sizeof(*p) ^ (sizeof(*p) - 1)) >> 1; in skcipher_next_slow()
272 n += alignmask & ~a; in skcipher_next_slow()
275 n += (bsize - 1) & ~(alignmask | a); in skcipher_next_slow()
417 unsigned a = crypto_tfm_ctx_alignment() - 1; in skcipher_copy_iv() local
428 size = alignmask & ~a; in skcipher_copy_iv()
436 size += (bs - 1) & ~(alignmask | a); in skcipher_copy_iv()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-tx6ul.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
21 * obtaining a copy of this software and associated documentation
56 lcdif-23bit-pins-a = &pinctrl_disp0_1;
57 lcdif-24bit-pins-a = &pinctrl_disp0_2;
94 * a poor man's way to create a 1:1 relationship between
342 sgtl5000: codec@a {
/openbmc/linux/block/partitions/
H A Dldm.c33 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) argument
36 #define ldm_crit(f, a...) _ldm_printk (KERN_CRIT, __func__, f, ##a) argument
37 #define ldm_error(f, a...) _ldm_printk (KERN_ERR, __func__, f, ##a) argument
38 #define ldm_info(f, a...) _ldm_printk (KERN_INFO, __func__, f, ##a) argument
/openbmc/qemu/hw/usb/
H A Ddev-network.c780 memcpy(outbuf, s->conf.macaddr.a, 6); in ndis_query()
785 memcpy(outbuf, s->conf.macaddr.a, 6); in ndis_query()
1383 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->conf.macaddr.a); in usb_net_realize()
1387 s->conf.macaddr.a[1], in usb_net_realize()
1388 s->conf.macaddr.a[2], in usb_net_realize()
1389 s->conf.macaddr.a[3], in usb_net_realize()
1390 s->conf.macaddr.a[4], in usb_net_realize()
1391 s->conf.macaddr.a[5]); in usb_net_realize()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c312 mac->a[0], mac->a[1], mac->a[2], in get_mac()
313 mac->a[3], mac->a[4], mac->a[5]); in get_mac()
352 mac->a[i] = val; in set_mac()
538 qdev_prop_set_macaddr(dev, "mac", nd->macaddr.a); in qdev_set_nic_properties()
/openbmc/qemu/include/exec/
H A Dmemory.h1167 static inline bool MemoryRegionSection_eq(MemoryRegionSection *a, in MemoryRegionSection_eq() argument
1170 return a->mr == b->mr && in MemoryRegionSection_eq()
1171 a->fv == b->fv && in MemoryRegionSection_eq()
1172 a->offset_within_region == b->offset_within_region && in MemoryRegionSection_eq()
1173 a->offset_within_address_space == b->offset_within_address_space && in MemoryRegionSection_eq()
1174 int128_eq(a->size, b->size) && in MemoryRegionSection_eq()
1175 a->readonly == b->readonly && in MemoryRegionSection_eq()
1176 a->nonvolatile == b->nonvolatile; in MemoryRegionSection_eq()
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml3 # * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more
5 # * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not
9 # If a water cooled system, don't create errors for fan 1.
45 'Witherspoon has a single chassis to monitor.'
54 'Witherspoon has a single chassis to monitor.'
399 Fan 1 is not in a water cooled Witherspoon, so check for cooling type
415 Fan 1 is not in a water cooled Witherspoon, so check for cooling type
483 'If this condition passes the chassis is air cooled and will create a
497 'If this condition passes the chassis is air cooled and will create a
/openbmc/linux/drivers/hwmon/
H A Dnct6683.c411 struct sensor_device_attribute *a; in nct6683_create_attr_group() local
462 a = &su->u.a1; in nct6683_create_attr_group()
463 sysfs_attr_init(&a->dev_attr.attr); in nct6683_create_attr_group()
464 a->dev_attr.attr.name = su->name; in nct6683_create_attr_group()
465 a->index = (*t)->u.index + i; in nct6683_create_attr_group()
466 a->dev_attr.attr.mode = in nct6683_create_attr_group()
468 a->dev_attr.show = (*t)->dev_attr.show; in nct6683_create_attr_group()
469 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
470 *attrs = &a->dev_attr.attr; in nct6683_create_attr_group()
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c215 #define GADDR(a) .gaddr = ((uintptr_t)a) argument
220 #define AR(a) ._ar = 1, .ar = (a) argument
221 #define KEY(a) .f_key = 1, .key = (a) argument
475 static bool popcount_eq(__uint128_t a, __uint128_t b) in popcount_eq() argument
479 count_a = __builtin_popcountl((uint64_t)(a >> 64)) + in popcount_eq()
480 __builtin_popcountl((uint64_t)a); in popcount_eq()
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c1179 header->hdr.a.OriginalSample); in wavefront_send_alias()
1185 munge_int32 (header->hdr.a.OriginalSample, &alias_hdr[2], 2); in wavefront_send_alias()
1186 munge_int32 (*((unsigned int *)&header->hdr.a.sampleStartOffset), in wavefront_send_alias()
1188 munge_int32 (*((unsigned int *)&header->hdr.a.loopStartOffset), in wavefront_send_alias()
1190 munge_int32 (*((unsigned int *)&header->hdr.a.loopEndOffset), in wavefront_send_alias()
1192 munge_int32 (*((unsigned int *)&header->hdr.a.sampleEndOffset), in wavefront_send_alias()
1194 munge_int32 (header->hdr.a.FrequencyBias, &alias_hdr[20], 3); in wavefront_send_alias()
1195 munge_int32 (*(&header->hdr.a.FrequencyBias+1), &alias_hdr[23], 2); in wavefront_send_alias()
1426 if (copy_from_user (&header->hdr.a, header->hdrptr, in wavefront_load_patch()

1...<<571572573574575576577578579580>>...893