Home
last modified time | relevance | path

Searched +full:time +full:- +full:slot (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/openbmc/qemu/tests/qemu-iotests/
H A D29349 EXTRA_IMG_ARGS="-o encrypt.format=luks"
53 # secrets: you are supposed to see the password as *******, see :-)
54 S0="--object secret,id=sec0,data=hunter0"
55 S1="--object secret,id=sec1,data=hunter1"
56 S2="--object secret,id=sec2,data=hunter2"
57 S3="--object secret,id=sec3,data=hunter3"
58 S4="--object secret,id=sec4,data=hunter4"
62 IMGS0="--image-opts driver=$IMGFMT,file.filename=$TEST_IMG,${PR}key-secret=sec0"
63 IMGS1="--image-opts driver=$IMGFMT,file.filename=$TEST_IMG,${PR}key-secret=sec1"
64 IMGS2="--image-opts driver=$IMGFMT,file.filename=$TEST_IMG,${PR}key-secret=sec2"
[all …]
H A D29524 import time
60 self.vm.cmd("object-add", **secret.to_qmp_object())
64 self.img_opts = [ '-o', "encrypt.format=luks" ]
80 '--object', *secret.to_cmdline_object(),
81 '-f', iotests.imgfmt,
82 '-o', self.pfx + 'key-secret=' + secret.id(),
83 '-o', self.pfx + 'iter-time=10',
93 'key-secret' : secret.id()
104 self.vm.cmd('blockdev-add', {
106 'node-name': id,
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst10 mount -t vfat /dev/fd0 /mnt
42 **-20**: If current process is in group of file's group ID,
45 **-2**: Other users can change timestamp.
69 There is also an option of doing UTF-8 translations
76 UTF-8 is the filesystem safe version of Unicode that
79 If 'uni_xlate' gets set, UTF-8 gets disabled.
141 Interpret timestamps as UTC rather than local time.
143 between local time (as used by Windows on FAT) and UTC
147 local time.
150 Set offset for conversion of timestamps from local time
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtas27xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020-2022 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shenghao Ding <shenghao-ding@ti.com>
14 The TAS2764/TAS2780 is a mono, digital input Class-D audio amplifier
17 for real time monitoring of loudspeaker behavior.
20 - $ref: dai-common.yaml#
25 - ti,tas2764
26 - ti,tas2780
[all …]
H A Dtas2770.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2019-20 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shi Fu <shifu0704@thundersoft.com>
14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
17 real time monitoring of loudspeaker behavior.
20 - $ref: dai-common.yaml#
25 - ti,tas2770
32 reset-gpio:
[all …]
H A Drenesas,idt821034.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Herve Codina <herve.codina@bootlin.com>
16 The time-slots used by the codec must be set and so, the properties
17 'dai-tdm-slot-num', 'dai-tdm-slot-width', 'dai-tdm-slot-tx-mask' and
18 'dai-tdm-slot-rx-mask' must be present in the ALSA sound card node for
19 sub-nodes that involve the codec. The codec uses one 8bit time-slot per
21 'dai-tdm-tdm-slot-with' must be set to 8.
26 - $ref: /schemas/spi/spi-peripheral-props.yaml#
[all …]
H A Dinfineon,peb2466.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Herve Codina <herve.codina@bootlin.com>
13 The Infineon PEB2466 codec is a programmable DSP-based four channels codec
16 The time-slots used by the codec must be set and so, the properties
17 'dai-tdm-slot-num', 'dai-tdm-slot-width', 'dai-tdm-slot-tx-mask' and
18 'dai-tdm-slot-rx-mask' must be present in the sound card node for sub-nodes
19 that involve the codec. The codec uses one 8bit time-slot per channel.
20 'dai-tdm-tdm-slot-with' must be set to 8.
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dxenon_sdhci.c1 // SPDX-License-Identifier: GPL-2.0
8 * Date: 2016-8-24
13 * Ported to from Marvell 2015.01 to mainline U-Boot 2017.01:
26 /* Register Offset of SD Host Controller SOCP self-defined register */
93 /* Hyperion only have one slot 0 */
133 struct xenon_sdhci_priv *priv = host->mmc->priv; in xenon_mmc_phy_init()
134 u32 clock = priv->clock; in xenon_mmc_phy_init()
135 u32 time; in xenon_mmc_phy_init() local
141 if ((priv->timing == MMC_TIMING_UHS_SDR50) || in xenon_mmc_phy_init()
142 (priv->timing == MMC_TIMING_UHS_SDR25) || in xenon_mmc_phy_init()
[all …]
/openbmc/u-boot/include/
H A Dmpc8xx.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2004
17 /*-----------------------------------------------------------------------
23 /*-----------------------------------------------------------------------
24 * SYPCR - System Protection Control Register 11-9
34 /*-----------------------------------------------------------------------
35 * SIUMCR - SIU Module Configuration Register 11-6
48 #define SIUMCR_DBGC01 0x00200000 /* - " - */
49 #define SIUMCR_DBGC10 0x00400000 /* - " - */
50 #define SIUMCR_DBGC11 0x00600000 /* - " - */
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-interconnect.json27 "BriefDescription": "FAF - request insert from TC.",
41 "BriefDescription": "FAF allocation -- sent to ADQ",
72 … "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Atomic Transactions as Secondary",
80 … "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Read Transactions as Secondary",
88 … "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Write Transactions as Secondary",
96 "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Rejects",
104 "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Requests",
112 … "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Transfers From Primary to Secondary",
120 … "BriefDescription": "Counts Timeouts - Set 0 : Prefetch Ack Hints From Primary to Secondary",
128 "BriefDescription": "Counts Timeouts - Set 0 : Slow path fwpf didn't find prefetch",
[all …]
/openbmc/linux/fs/ocfs2/
H A Dsysfile.c1 // SPDX-License-Identifier: GPL-2.0-or-later
28 u32 slot);
42 u32 slot) in get_local_system_inode() argument
47 BUG_ON(slot == OCFS2_INVALID_SLOT); in get_local_system_inode()
51 spin_lock(&osb->osb_lock); in get_local_system_inode()
52 local_system_inodes = osb->local_system_inodes; in get_local_system_inode()
53 spin_unlock(&osb->osb_lock); in get_local_system_inode()
59 osb->max_slots), in get_local_system_inode()
62 mlog_errno(-ENOMEM); in get_local_system_inode()
66 * to initialize local_system_inodes next time. in get_local_system_inode()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c1 // SPDX-License-Identifier: GPL-2.0
3 * A memslot-related performance benchmark.
19 #include <time.h>
36 #define MEM_TEST_SIZE (MEM_SIZE - MEM_EXTRA_SIZE)
40 * Considering that each slot needs to have at least one page up to
45 #define MEM_TEST_MAP_SIZE (MEM_SIZE_MAP - MEM_EXTRA_SIZE)
49 * while at the same time gets 100+ iterations in such test
62 * memory slot 0, on various architectures and configurations. The
64 * last memory slot's memory size, with alignment to the largest
68 * architecture slots memory-per-slot memory-on-last-slot
[all …]
H A Dmax_guest_memory_test.c1 // SPDX-License-Identifier: GPL-2.0
64 struct kvm_vcpu *vcpu = info->vcpu; in vcpu_worker()
65 struct kvm_vm *vm = vcpu->vm; in vcpu_worker()
69 vcpu_args_set(vcpu, 3, info->start_gpa, info->end_gpa, vm->page_size); in vcpu_worker()
106 nr_bytes = ((end_gpa - start_gpa) / nr_vcpus) & in spawn_workers()
107 ~((uint64_t)vm->page_size - 1); in spawn_workers()
119 static void rendezvous_with_vcpus(struct timespec *time, const char *name) in rendezvous_with_vcpus() argument
130 abs(rendezvoused) - 1); in rendezvous_with_vcpus()
134 clock_gettime(CLOCK_MONOTONIC, time); in rendezvous_with_vcpus()
136 /* Release the vCPUs after getting the time of the previous action. */ in rendezvous_with_vcpus()
[all …]
/openbmc/linux/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c1 // SPDX-License-Identifier: GPL-2.0
17 * time, and both appear on port 3 to the PCI bus scan. Enabling slot 4
18 * (the horizontal edge connector) will disable slot 3 entirely.
20 * Misconfigurations can be detected through the FPGA via the slot
40 * Enable slot #4 if it's been specified on the command line. in sdk7786_pci_init()
42 * Optionally reroute if slot #4 has a card present while slot #3 in sdk7786_pci_init()
49 pr_info("Activating PCIe slot#4 (disabling slot#3)\n"); in sdk7786_pci_init()
54 /* Warn about forced rerouting if slot#3 is occupied */ in sdk7786_pci_init()
56 pr_warn("Unreachable card detected in slot#3\n"); in sdk7786_pci_init()
57 return -EBUSY; in sdk7786_pci_init()
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dslot-gpio.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Generic GPIO card-detect helper
13 #include <linux/mmc/slot-gpio.h>
17 #include "slot-gpio.h"
33 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_cd_irqt()
35 host->trigger_card_event = true; in mmc_gpio_cd_irqt()
36 mmc_detect_change(host, msecs_to_jiffies(ctx->cd_debounce_delay_ms)); in mmc_gpio_cd_irqt()
43 const char *devname = dev_name(host->parent); in mmc_gpio_alloc()
46 ctx = devm_kzalloc(host->parent, sizeof(*ctx), GFP_KERNEL); in mmc_gpio_alloc()
48 return -ENOMEM; in mmc_gpio_alloc()
[all …]
/openbmc/linux/include/linux/i3c/
H A Dmaster.h1 /* SPDX-License-Identifier: GPL-2.0 */
38 * struct i3c_i2c_dev_desc - Common part of the I3C/I2C device descriptor
39 * @node: node element used to insert the slot into the I2C or I3C device
61 * struct i2c_dev_boardinfo - I2C device board information
67 * This structure is used to attach board-level information to an I2C device.
77 * struct i2c_dev_desc - I2C device descriptor
87 * using &struct_i3c_master_controller->ops->attach_i2c_dev().
101 * struct i3c_ibi_slot - I3C IBI (In-Band Interrupt) slot
102 * @work: work associated to this slot. The IBI handler will be called from
108 * An IBI slot is an object pre-allocated by the controller and used when an
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Damlogic,meson-mx-sdio.txt10 to be controlled. Only one slot can be accessed at a time.
13 - compatible : must be one of
14 - "amlogic,meson8-sdio"
15 - "amlogic,meson8b-sdio"
16 along with the generic "amlogic,meson-mx-sdio"
17 - reg : mmc controller base registers
18 - interrupts : mmc controller interrupt
19 - #address-cells : must be 1
20 - size-cells : must be 0
21 - clocks : phandle to clock providers
[all …]
/openbmc/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21 * PCI_DEVICE_ID_NE - Nitro Enclaves PCI device id.
25 * PCI_BAR_NE - Nitro Enclaves PCI device MMIO BAR.
34 * NE_ENABLE - (1 byte) Register to notify the device that the driver is using
42 * NE_VERSION - (2 bytes) Register to select the device run-time version
49 * NE_COMMAND - (4 bytes) Register to notify the device what command was
50 * requested (Write-Only).
55 * NE_EVTCNT - (4 bytes) Register to notify the driver that a reply or a device
56 * event is available (Read-Only):
[all …]
/openbmc/linux/include/linux/input/
H A Dmt.h1 /* SPDX-License-Identifier: GPL-2.0-only */
18 #define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */
19 #define INPUT_MT_SEMI_MT 0x0010 /* semi-mt device, finger count handled manually */
22 * struct input_mt_slot - represents the state of an input MT slot
23 * @abs: holds current values of ABS_MT axes for this slot
25 * @key: optional driver designation of this slot
28 int abs[ABS_MT_LAST - ABS_MT_FIRST + 1];
34 * struct input_mt - state of tracked contacts
37 * @slot: MT slot currently being transmitted
39 * @frame: increases every time input_mt_sync_frame() is called
[all …]
/openbmc/ipmitool/doc/
H A Dipmitool.13 ipmitool \- utility for controlling IPMI\-enabled devices
6 ipmitool [ <options> ] <command> [ <sub-commands and sub-options> ]
8 <options> := [ <general-options> | <conditional-opts> ]
13 <general-options> := [ -h | -V | -v | -I <interface> | -H <address> |
14 -d <N> | -p <port> | -c | -U <username> |
15 -L <privlvl> | -l <lun> | -m <local_address> |
16 -N <sec> | -R <count> | <password-option> |
17 <oem-option> | <bridge-options> ]
19 <conditional-opts> := [ <lan-options> | <lanplus-options> |
20 <command-options> ]
[all …]
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c22 * Return true, if the entry has a slot value which
31 * index from 0 - 15
47 unsigned long vpn, hash, slot, gslot; in __hash_page_4K() local
89 subpg_index = (ea & (PAGE_SIZE - 1)) >> shift; in __hash_page_4K()
104 * clear the old slot details from the old and new pte. in __hash_page_4K()
106 * want slot information there if we have a insert failure. in __hash_page_4K()
128 if (ret == -1) in __hash_page_4K()
138 * Initialize all hidx entries to invalid value, the first time in __hash_page_4K()
161 /* Insert into the hash table, primary slot */ in __hash_page_4K()
162 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, 0, in __hash_page_4K()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-edac3 Contact: linux-edac@vger.kernel.org
4 Description: This write-only control file will zero all the statistical
8 computing errors/time. Since the counters are always reset
9 at driver initialization time, no module/kernel parameter
14 Contact: linux-edac@vger.kernel.org
21 Contact: linux-edac@vger.kernel.org
27 Contact: linux-edac@vger.kernel.org
33 Contact: linux-edac@vger.kernel.org
41 Contact: linux-edac@vger.kernel.org
44 which DIMM slot is having errors.
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/
H A Dmonitor-pldm-sensor5 elapsed=0 # Elapsed time counter
20 # Function to check if a specific slot exists in EntityManager
24 org.freedesktop.DBus.ObjectManager GetManagedObjects | grep -q "$slot_name"; then
33 # Function to check whether PLDM sensors exist for a specific slot and prefix
41 org.freedesktop.DBus.ObjectManager GetManagedObjects | grep -q "$sensor"; then
52 while [ $elapsed -lt $timeout ]; do
55 # Check each Sentinel Dome slot
59 # Check if the slot exists in EntityManager
62 continue # Skip to the next slot
65 # If the slot exists, check its sensors
[all …]
/openbmc/linux/Documentation/core-api/
H A Dassoc_array.rst48 The implementation uses a tree of 16-pointer nodes internally that are indexed
51 what would otherwise be a series of single-occupancy nodes. Further, nodes
53 extra branch until as such time an object needs to be added to a full node.
68 ./script/config -e ASSOCIATIVE_ARRAY
72 -----------
82 after an RCU grace period has passed - thus allowing access functions to
112 ----------------
126 This should return a chunk of caller-supplied index key starting at the
137 rather than from a caller-supplied index key.
153 differs from the given index key or -1 if they are the same.
[all …]
/openbmc/qemu/hw/audio/
H A Dfmopl.c3 ** File: fmopl.c -- software implementation of FM sound generator
41 /* -------------------- for debug --------------------- */
49 /* -------------------- preliminary define section --------------------- */
50 /* attack/decay rate time rate */
54 #define DELTAT_MIXING_LEVEL (1) /* DELTA-T ADPCM MIXING LEVEL */
59 #define FREQ_RATE (1<<(FREQ_BITS-20))
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
65 #define OPL_MINOUT (-0x8000<<OPL_OUTSB)
67 /* -------------------- quality selection --------------------- */
91 #define VIB_SHIFT (32-9)
[all …]

12345678910>>...46