Searched full:power (Results 326 – 350 of 483) sorted by relevance
1...<<11121314151617181920
/qemu/qapi/ |
H A D | char.json | 435 # @size: ring buffer size, must be power of two, default is 65536
|
H A D | ui.json | 867 # @power: since 2.6 970 'kp_comma', 'kp_equals', 'power', 'sleep', 'wake',
|
H A D | migration.json | 827 # needs to be a multiple of the target page size and a power of 2 1008 # needs to be a multiple of the target page size and a power of 2 1218 # needs to be a multiple of the target page size and a power of 2
|
/qemu/hw/char/ |
H A D | pl011.c | 156 /* Note: FIFO depth is expected to be power-of-2 */ in pl011_get_fifo_depth()
|
H A D | stm32l4x5_usart.c | 97 FIELD(CR3, IRLP, 2, 1) /* IrDA low-power */
|
/qemu/hw/misc/ |
H A D | arm_sysctl.c | 629 /* Daughterboard power supply voltages (as reported via SYS_CFG) */
|
H A D | mac_via.c | 203 * Power off, 0=shut off power.
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 313 /* use gpio Pin 3 for power button event */ in vmapple_powerdown_req()
|
/qemu/hw/pci/ |
H A D | msix.c | 53 * Special API for POWER to configure the vectors through
|
/qemu/ui/ |
H A D | vnc.h | 79 * by one bit in the dirty bitmap, should be a power of 2 */
|
/qemu/hw/usb/ |
H A D | quirks-ftdi-ids.h | 256 #define FTDI_ELV_PPS7330_PID 0xFB5C /* Processor-Power-Supply (PPS 7330) */ 753 #define TTI_QL355P_PID 0x03E8 /* TTi QL355P power supply */
|
/qemu/block/ |
H A D | rbd.c | 700 if ((objsize - 1) & objsize) { /* not a power of 2? */ in qemu_rbd_do_create() 701 error_setg(errp, "obj size needs to be power of 2"); in qemu_rbd_do_create()
|
/qemu/hw/i386/ |
H A D | vapic.c | 662 * option ROM content has been re-initialized by a guest power cycle. in vapic_write()
|
/qemu/include/hw/xen/interface/ |
H A D | grant_table.h | 264 uint32_t __spacer[4]; /* Pad to a power of two */
|
/qemu/hw/net/ |
H A D | vmxnet3.h | 22 #define VMXNET3_DEVICE_MAX_RX_QUEUES 8 /* Keep this value as a power of 2 */
|
H A D | igb_regs.h | 86 #define IGP02E1000_PHY_POWER_MGMT 0x19 /* Power Management */
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 442 // Note: FIFO depth is expected to be power-of-2 in fifo_depth()
|
/qemu/ |
H A D | hmp-commands.hx | 659 .help = "send system power down event", 665 Power down the system (if supported).
|
/qemu/hw/pci-host/ |
H A D | bonito.c | 115 /* Power on register */
|
/qemu/tests/qemu-iotests/ |
H A D | 124 | 562 The granularity must always be a power of 2.
|
/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | core-isa.h | 88 #define XCHAL_HAVE_PSO 0 /* Power Shut-Off */
|
/qemu/include/hw/i2c/ |
H A D | pmbus_device.h | 195 #define PB_STATUS_PWR_LIM_MODE BIT(2) /* In Power Limiting Mode */
|
/qemu/target/ppc/ |
H A D | insn64.decode | 2 # Power ISA decode for 64-bit prefixed insns (opcode space 0 and 1)
|
H A D | insn32.decode | 2 # Power ISA decode for 32-bit insns (opcode space 0) 558 # Before Power ISA v3.0, MFFS bits 11~15 were reserved and should be ignored 1300 ## Misc POWER instructions
|
/qemu/hw/vfio/ |
H A D | pci.c | 1562 * NB - Host page size is necessarily a power of two and so is the PCI in vfio_pci_fixup_msix_region() 1623 /* PCI BARs must be a power of 2 */ in vfio_pci_relocate_msix() 2388 * PCI-core config space emulation needs write access to the power in vfio_add_std_cap() 2603 error_report("vfio: Unable to power on device, stuck in D%d", in vfio_pci_pre_reset()
|
1...<<11121314151617181920