Home
last modified time | relevance | path

Searched refs:num_slots (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/accel/hvf/
H A Dhvf-all.c155 for (x = 0; x < hvf_state->num_slots; ++x) { in hvf_set_phys_mem()
162 if (x == hvf_state->num_slots) { in hvf_set_phys_mem()
274 s->num_slots = ARRAY_SIZE(s->slots); in hvf_accel_init()
275 for (x = 0; x < s->num_slots; ++x) { in hvf_accel_init()
H A Dhvf-accel-ops.c71 for (x = 0; x < hvf_state->num_slots; ++x) { in hvf_find_overlap_slot()
/openbmc/qemu/hw/sd/
H A Daspeed_sdhci.c155 sdhci, NULL, sdhci->num_slots); in aspeed_sdhci_realize()
162 for (int i = 0; i < sdhci->num_slots; ++i) { in aspeed_sdhci_realize()
192 if (sdhci->num_slots == 2) { in aspeed_sdhci_reset()
208 DEFINE_PROP_UINT8("num-slots", AspeedSDHCIState, num_slots, 0),
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa-internal.h68 int num_slots; member
178 int num_slots; member
H A Dxtensa-isa.c487 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) { \
568 return intisa->formats[fmt].num_slots; in xtensa_format_num_slots()
1024 for (slot_id = 0; slot_id < intisa->num_slots; slot_id++) { in xtensa_operand_encode()
/openbmc/qemu/include/hw/sd/
H A Daspeed_sdhci.h30 uint8_t num_slots; member
/openbmc/qemu/include/system/
H A Dhvf_int.h52 int num_slots; member
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt125 fdt32_t num_slots;
138 .num_slots = 0x1,
/openbmc/qemu/hw/arm/
H A Daspeed.c448 for (i = 0; i < bmc->soc->sdhci.num_slots; i++) { in aspeed_machine_init()
496 for (i = 0; i < bmc->soc->sdhci.num_slots && defaults_enabled(); i++) { in aspeed_machine_init()
503 if (bmc->soc->emmc.num_slots && defaults_enabled()) { in aspeed_machine_init()
504 emmc0 = drive_get(IF_SD, 0, bmc->soc->sdhci.num_slots); in aspeed_machine_init()