Searched refs:a (Results 14401 – 14425 of 22321) sorted by relevance
1...<<571572573574575576577578579580>>...893
11 In order to meet low power requirements, a Power Management Unit (PMU)
42 遊戲的名字是 **避免** 做出決定。尤其是,如果有人告訴你「選擇(a)或(b),
29 架构中转换页表条目(D4.5.3, ARM DDI 0487C.a)中提供一个连续
13 Choose this option if you have a Hisilicon Hibmc soc chipset.
15 To compile this driver as a module, choose M here: the
5 Create a static gateway entry.
2 Implement to define the inventory item as being the embodiment of a managed
14 - two e5500 cores, each with a private 256 KB L2 cache63 T1023 is a reduced personality of T1024 without QUICC Engine, DIU, and213 a. build NOR boot image232 a. build PBL image for NAND boot242 a. build PBL image for SPI boot253 a. build PBL image for SD boot266 a) For TDM Riser: set pin_mux=tdm in hwconfig
122 - oeqa/selftest/cases/devtool.py: skip all tests require folder a git repo127 - overview-manual: concepts.rst: Fix a typo143 - qemu: a pending patch was submitted and accepted upstream156 - 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 function168 - sysfsutils: fetch a supported fork from github170 - systemd: Drop a backport
144 * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property288 compatible = "usb-a-connector";413 switch0port10: port@a {422 port-sfp@a {605 switch1port10: port@a {614 port-sfp@a {797 port-sfp@a {
423 static umode_t cxl_memdev_visible(struct kobject *kobj, struct attribute *a, in cxl_memdev_visible() argument426 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() argument453 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()
116 #define _A1(a) {1,a} argument117 #define _A2(a,b) {2,a,b} argument118 #define _A3(a,b,c) {3,a,b,c} argument119 #define _A4(a,b,c,d) {4,a,b,c,d} argument
8 # you're using the SD card emulation of a QEMU system simulator you may20 # Take a type in the form of foo.bar.car and split it into the items82 # about 60K, so dd needs a minimum count of 60, with bs=1024 (bytes per IO)88 # Create a sparse image block132 # Note that vfat can't handle all types of files that a real linux file system276 # 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 variable337 CONVERSION_CMD:7zip = "7za a -mx=${7ZIP_COMPRESSION_LEVEL} -mm=${7ZIP_COMPRESSION_METHOD} ${IMAGE_N…
423 uint32_t a, d; in rdmsr() local425 __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() local435 __asm__ __volatile__("wrmsr" :: "a"(a), "d"(d), "c"(msr) : "memory"); in wrmsr()1162 uint32_t a, d; in rdmsr_safe() local1165 : "=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()
30 100 regardless of HZ. That is, even on Alpha system, a tick is always53 However, each MIDI device is exclusive - that is, if a MIDI device55 it. No such a restriction in synth devices.166 If the write-queue is full, the application sleeps until a certain amount311 callback is undefined, OSS seq sends a ``HEARTBEAT`` event to the356 a group name ``SND_SEQ_GROUP_DEVICE`` and a capability-bit365 a reverse way of seq_midi module.
248 unsigned a; in skcipher_next_slow() local262 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() local428 size = alignmask & ~a; in skcipher_copy_iv()436 size += (bs - 1) & ~(alignmask | a); in skcipher_copy_iv()
6 * licensing only applies to this file, and not this project as a9 * a) This file is free software; you can redistribute it and/or21 * obtaining a copy of this software and associated documentation56 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 between342 sgtl5000: codec@a {
33 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) argument36 #define ldm_crit(f, a...) _ldm_printk (KERN_CRIT, __func__, f, ##a) argument37 #define ldm_error(f, a...) _ldm_printk (KERN_ERR, __func__, f, ##a) argument38 #define ldm_info(f, a...) _ldm_printk (KERN_INFO, __func__, f, ##a) argument
780 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()
312 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()
1167 static inline bool MemoryRegionSection_eq(MemoryRegionSection *a, in MemoryRegionSection_eq() argument1170 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()
3 # * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more5 # * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not9 # 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 type415 Fan 1 is not in a water cooled Witherspoon, so check for cooling type483 'If this condition passes the chassis is air cooled and will create a497 'If this condition passes the chassis is air cooled and will create a
411 struct sensor_device_attribute *a; in nct6683_create_attr_group() local462 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()
215 #define GADDR(a) .gaddr = ((uintptr_t)a) argument220 #define AR(a) ._ar = 1, .ar = (a) argument221 #define KEY(a) .f_key = 1, .key = (a) argument475 static bool popcount_eq(__uint128_t a, __uint128_t b) in popcount_eq() argument479 count_a = __builtin_popcountl((uint64_t)(a >> 64)) + in popcount_eq()480 __builtin_popcountl((uint64_t)a); in popcount_eq()
1179 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()