Home
last modified time | relevance | path

Searched full:slot (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/
H A Dmonitor-pldm-sensor15 # Slot path prefixes for T2
22 # Slot path prefixes for T1
48 # Detect the configuration of a specific slot
51 local slot=$2
53 # Check for T2 slot prefix
54 …object_path "$entity_manager_data" "${ENTITY_MANAGER_SENTINEL_T2_WITH_RETIMER_PREFIX}${slot}"; then
58 if check_object_path "$entity_manager_data" "${ENTITY_MANAGER_SENTINEL_T2_PREFIX}${slot}"; then
63 # Check for T1 slot prefix
64 …object_path "$entity_manager_data" "${ENTITY_MANAGER_SENTINEL_T1_WITH_RETIMER_PREFIX}${slot}"; then
68 if check_object_path "$entity_manager_data" "${ENTITY_MANAGER_SENTINEL_T1_PREFIX}${slot}"; then
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/
H A Dslot-fault-led.bb1 SUMMARY = "Slot fault LED configurations for meta-yosemite4 machines"
15 file://slot-1.yaml \
16 file://slot-2.yaml \
17 file://slot-3.yaml \
18 file://slot-4.yaml \
19 file://slot-5.yaml \
20 file://slot-6.yaml \
21 file://slot-7.yaml \
22 file://slot-8.yaml \
26 install -D ${UNPACKDIR}/slot-1.yaml ${D}${config_dir}/slot-1.yaml
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPCIeSlot.interface.yaml2 This defines a PCIe slot to be exposed for system management. It includes
3 the slot properties.
10 The PCIe generation of the slot
15 The maximum number of PCIe lanes supported by the slot
21 The type of the slot
26 Whether this PCIe slot supports hotplug
35 PCIe v1.0 slot
39 PCIe v2.0 slot
43 PCIe v3.0 slot
47 PCIe v4.0 slot
[all …]
/openbmc/qemu/hw/ufs/
H A Dtrace-events6 ufs_process_db(uint32_t slot) "UTRLDBR slot %"PRIu32""
7 ufs_process_req(uint32_t slot) "UTRLDBR slot %"PRIu32""
8 ufs_complete_req(uint32_t slot) "UTRLDBR slot %"PRIu32""
9 ufs_sendback_req(uint32_t slot) "UTRLDBR slot %"PRIu32""
10 ufs_exec_nop_cmd(uint32_t slot) "UTRLDBR slot %"PRIu32""
11 ufs_exec_scsi_cmd(uint32_t slot, uint8_t lun, uint8_t opcode) "slot %"PRIu32", lun 0x%"PRIx8", opco…
12 ufs_exec_query_cmd(uint32_t slot, uint8_t opcode) "slot %"PRIu32", opcode 0x%"PRIx8""
19 ufs_err_dma_read_utrd(uint32_t slot, uint64_t addr) "failed to read utrd. UTRLDBR slot %"PRIu32", U…
20 ufs_err_dma_read_req_upiu(uint32_t slot, uint64_t addr) "failed to read req upiu. UTRLDBR slot %"PR…
21 ufs_err_dma_read_prdt(uint32_t slot, uint64_t addr) "failed to read prdt. UTRLDBR slot %"PRIu32", p…
[all …]
/openbmc/qemu/hw/acpi/
H A Dtrace-events4 mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
5 mhp_acpi_ejecting_invalid_slot(uint32_t slot) "0x%"PRIx32
6 mhp_acpi_read_addr_lo(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr lo: 0x%"PRIx32
7 mhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32
8 mhp_acpi_read_size_lo(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size lo: 0x%"PRIx32
9 mhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32
10 mhp_acpi_read_pxm(uint32_t slot, uint32_t pxm) "slot[0x%"PRIx32"] proximity: 0x%"PRIx32
11 mhp_acpi_read_flags(uint32_t slot, uint32_t flags) "slot[0x%"PRIx32"] flags: 0x%"PRIx32
12 mhp_acpi_write_slot(uint32_t slot) "set active slot: 0x%"PRIx32
13 mhp_acpi_write_ost_ev(uint32_t slot, uint32_t ev) "slot[0x%"PRIx32"] OST EVENT: 0x%"PRIx32
[all …]
/openbmc/sdbusplus/include/sdbusplus/
H A Dslot.hpp12 namespace slot namespace
16 struct slot;
21 /** @brief unique_ptr functor to release a slot reference. */
34 using slot = std::unique_ptr<sd_bus_slot, SlotDeleter>; typedef
40 /** @class slot
43 struct slot struct
45 /** @brief Empty (unused) slot */
46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot() function
47 explicit slot(std::nullptr_t) : slot() {} in slot() argument
51 * Takes ownership of the slot-pointer and releases it when done.
[all …]
/openbmc/qemu/hw/audio/
H A Dfmopl.c99 /* register number to channel number , slot offset */
224 static int32_t feedback2; /* connect for SLOT 2 */
286 static inline void OPL_KEYON(OPL_SLOT *SLOT) in OPL_KEYON() argument
289 SLOT->Cnt = 0; in OPL_KEYON()
291 SLOT->evm = ENV_MOD_AR; in OPL_KEYON()
292 SLOT->evs = SLOT->evsa; in OPL_KEYON()
293 SLOT->evc = EG_AST; in OPL_KEYON()
294 SLOT->eve = EG_AED; in OPL_KEYON()
297 static inline void OPL_KEYOFF(OPL_SLOT *SLOT) in OPL_KEYOFF() argument
299 if( SLOT->evm > ENV_MOD_RR) in OPL_KEYOFF()
[all …]
/openbmc/u-boot/drivers/dma/
H A Dti-edma3.c18 #define EDMA3_SL_BASE(slot) (0x4000 + ((slot) << 5)) argument
48 * the slot number to associate with, the chnum, which corresponds
50 * and trigger slot word - which has to correspond to the word number in
65 qchmap = ((EDMA3_CHMAP_PARSET_MASK & cfg->slot) in qedma3_start()
80 * edma3_set_dest - set initial DMA destination address in parameter RAM slot
82 * @slot: parameter RAM slot being configured
91 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest() argument
97 rg = (struct edma3_slot_layout *)(base + EDMA3_SL_BASE(slot)); in edma3_set_dest()
114 * @slot: parameter RAM slot being configured
122 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() argument
[all …]
/openbmc/u-boot/board/freescale/ls2080ardb/
H A Dddr.c24 int slot; in fsl_ddr_board_options() local
31 for (slot = 0; slot < CONFIG_DIMM_SLOTS_PER_CTLR; slot++) { in fsl_ddr_board_options()
32 if (pdimm[slot].n_ranks) in fsl_ddr_board_options()
36 if (slot >= CONFIG_DIMM_SLOTS_PER_CTLR) in fsl_ddr_board_options()
54 if (pbsp->n_ranks == pdimm[slot].n_ranks && in fsl_ddr_board_options()
55 (pdimm[slot].rank_density >> 30) >= pbsp->rank_gb) { in fsl_ddr_board_options()
102 dq_mapping_0 = pdimm[slot].dq_mapping[0]; in fsl_ddr_board_options()
103 dq_mapping_2 = pdimm[slot].dq_mapping[2]; in fsl_ddr_board_options()
104 dq_mapping_3 = pdimm[slot].dq_mapping[3]; in fsl_ddr_board_options()
105 pdimm[slot].dq_mapping[0] = pdimm[slot].dq_mapping[8]; in fsl_ddr_board_options()
[all …]
/openbmc/u-boot/board/freescale/ls2080aqds/
H A Dddr.c24 int slot; in fsl_ddr_board_options() local
31 for (slot = 0; slot < CONFIG_DIMM_SLOTS_PER_CTLR; slot++) { in fsl_ddr_board_options()
32 if (pdimm[slot].n_ranks) in fsl_ddr_board_options()
36 if (slot >= CONFIG_DIMM_SLOTS_PER_CTLR) in fsl_ddr_board_options()
54 if (pbsp->n_ranks == pdimm[slot].n_ranks && in fsl_ddr_board_options()
55 (pdimm[slot].rank_density >> 30) >= pbsp->rank_gb) { in fsl_ddr_board_options()
100 dq_mapping_0 = pdimm[slot].dq_mapping[0]; in fsl_ddr_board_options()
101 dq_mapping_2 = pdimm[slot].dq_mapping[2]; in fsl_ddr_board_options()
102 dq_mapping_3 = pdimm[slot].dq_mapping[3]; in fsl_ddr_board_options()
103 pdimm[slot].dq_mapping[0] = pdimm[slot].dq_mapping[8]; in fsl_ddr_board_options()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dyosemite4-phosphor-multi-gpio-monitor.json17 "probe-slot-device@1.service",
31 "probe-slot-device@2.service",
45 "probe-slot-device@3.service",
59 "probe-slot-device@4.service",
73 "probe-slot-device@5.service",
87 "probe-slot-device@6.service",
101 "probe-slot-device@7.service",
115 "probe-slot-device@8.service",
128 "RISING": ["remove-nic-endpoint-slot@0.service"],
132 "setup-nic-endpoint-slot@0.service"
[all …]
H A Dconfigure-nic-mctp-endpoint5 slot=$2
7 bus=$((24 + slot))
9 eid=$((90 + slot))
41 …y xyz.openbmc_project.Settings "/xyz/openbmc_project/software/chassis/nic$slot" xyz.openbmc_projec…
52 echo "Adding MCTP endpoint for slot $slot"
56 echo "Removing MCTP endpoint for slot $slot"
58 …y xyz.openbmc_project.Settings "/xyz/openbmc_project/software/chassis/nic$slot" xyz.openbmc_projec…
/openbmc/qemu/qapi/
H A Dacpi.json76 # @DIMM: memory slot
78 # @CPU: logical CPU slot (since 2.7)
89 # @device: device ID associated with slot
91 # @slot: slot ID, unique per slot of a given @slot-type
93 # @slot-type: type of the slot
103 'slot': 'str',
104 'slot-type': 'ACPISlotType',
119 # <- { "return": [ { "device": "d1", "slot": "0", "slot-type": "DIMM", "source": 1, "status": 0… string
120 # { "slot": "1", "slot-type": "DIMM", "source": 0, "status": 0},
121 # { "slot": "2", "slot-type": "DIMM", "source": 0, "status": 0},
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend7 file://setup-nic-endpoint-slot@.service \
8 file://remove-nic-endpoint-slot@.service \
10 file://probe-slot-device@.service \
11 file://probe-slot-device \
16 file://slot-hot-plug@.service \
19 file://slot-hsc-fault \
20 file://slot-hsc-fault@.service \
31 file://slot-plug-in@.service \
32 file://slot-plug-in \
33 file://slot-unplug@.service \
[all …]
/openbmc/qemu/hw/pci/
H A Dshpc.c13 /* TODO: model power only and disabled slot states. */
57 /* 4 bytes * slot # (start from 0) */
62 /* Same slot state masks are used for command and status registers */
114 /* SHPC Slot identifiers */
116 /* Hotplug supported at 31 slots out of the total 32. We reserve slot 0,
119 different chassis number values, to make chassis+physical slot unique.
121 #define SHPC_IDX_TO_LOGICAL(slot) ((slot) + 1) argument
123 #define SHPC_IDX_TO_PCI(slot) ((slot) + 1) argument
125 #define SHPC_IDX_TO_PHYSICAL(slot) ((slot) + 1) argument
155 static uint8_t shpc_get_status(SHPCDevice *shpc, int slot, uint16_t msk) in shpc_get_status() argument
[all …]
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c50 int slot; in pc_dimm_pre_plug() local
52 slot = object_property_get_int(OBJECT(dimm), PC_DIMM_SLOT_PROP, in pc_dimm_pre_plug()
54 if ((slot < 0 || slot >= machine->ram_slots) && in pc_dimm_pre_plug()
55 slot != PC_DIMM_UNASSIGNED_SLOT) { in pc_dimm_pre_plug()
57 "invalid slot number %d, valid range is [0-%" PRIu64 "]", in pc_dimm_pre_plug()
58 slot, machine->ram_slots - 1); in pc_dimm_pre_plug()
62 slot = pc_dimm_get_free_slot(slot == PC_DIMM_UNASSIGNED_SLOT ? NULL : &slot, in pc_dimm_pre_plug()
68 object_property_set_int(OBJECT(dimm), PC_DIMM_SLOT_PROP, slot, in pc_dimm_pre_plug()
70 trace_mhp_pc_dimm_assigned_slot(slot); in pc_dimm_pre_plug()
108 set_bit(d->slot, bitmap); in pc_dimm_slot2bitmap()
[all …]
/openbmc/qemu/hw/nubus/
H A Dnubus-device.c25 qemu_set_irq(nubus->irqs[nd->slot], level); in nubus_set_irq()
38 if (nd->slot < 0 || nd->slot >= NUBUS_SLOT_NB) { in nubus_device_realize()
40 "'slot' value %d out of range (must be between 0 and %d)", in nubus_device_realize()
41 nd->slot, NUBUS_SLOT_NB - 1); in nubus_device_realize()
46 slot_offset = nd->slot * NUBUS_SUPER_SLOT_SIZE; in nubus_device_realize()
48 name = g_strdup_printf("nubus-super-slot-%x", nd->slot); in nubus_device_realize()
56 slot_offset = nd->slot * NUBUS_SLOT_SIZE; in nubus_device_realize()
58 name = g_strdup_printf("nubus-slot-%x", nd->slot); in nubus_device_realize()
87 name = g_strdup_printf("nubus-slot-%x-declaration-rom", nd->slot); in nubus_device_realize()
111 DEFINE_PROP_INT32("slot", NubusDevice, slot, -1),
/openbmc/qemu/accel/hvf/
H A Dhvf-all.c61 static int do_hvf_set_memory(hvf_slot *slot, hv_memory_flags_t flags) in do_hvf_set_memory() argument
66 macslot = &mac_slots[slot->slot_id]; in do_hvf_set_memory()
69 if (macslot->size != slot->size) { in do_hvf_set_memory()
77 if (!slot->size) { in do_hvf_set_memory()
82 macslot->gpa_start = slot->start; in do_hvf_set_memory()
83 macslot->size = slot->size; in do_hvf_set_memory()
84 trace_hvf_vm_map(slot->start, slot->size, slot->mem, flags, in do_hvf_set_memory()
88 ret = hv_vm_map(slot->mem, slot->start, slot->size, flags); in do_hvf_set_memory()
107 * to remove the hvf memory slot so all accesses will trap. in hvf_set_phys_mem()
136 error_report("Failed to reset overlapping slot"); in hvf_set_phys_mem()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPCIeSlots.v1_6_1.json80 "description": "An array of links to the PCIe devices contained in this slot.",
84 …ype `PCIeDevice` with which this physical slot is associated. If the `State` property in `Status`…
92 …ray of links to the processors that are directly connected or directly bridged to this PCIe slot.",
96 …sor` that represent processors that are directly connected or directly bridged to this PCIe slot.",
109 "description": "This type defines information for a PCIe slot.",
110 …"longDescription": "These properties shall contain the definition for a PCIe slot for a Redfish im…
127 "description": "An indication of whether this PCIe slot supports hotplug.",
128 …ongDescription": "This property shall contain indicating whether this PCIe slot supports hotplug.",
137 "description": "The number of PCIe lanes supported by this slot.",
138 …escription": "This property shall contain the maximum number of PCIe lanes supported by the slot.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPCIeSlots.v1_6_1.json80 "description": "An array of links to the PCIe devices contained in this slot.",
84 …ype `PCIeDevice` with which this physical slot is associated. If the `State` property in `Status`…
92 …ray of links to the processors that are directly connected or directly bridged to this PCIe slot.",
96 …sor` that represent processors that are directly connected or directly bridged to this PCIe slot.",
109 "description": "This type defines information for a PCIe slot.",
110 …"longDescription": "These properties shall contain the definition for a PCIe slot for a Redfish im…
127 "description": "An indication of whether this PCIe slot supports hotplug.",
128 …ongDescription": "This property shall contain indicating whether this PCIe slot supports hotplug.",
137 "description": "The number of PCIe lanes supported by this slot.",
138 …escription": "This property shall contain the maximum number of PCIe lanes supported by the slot.",
[all …]
/openbmc/ipmitool/contrib/
H A Doem_ibm_sel_map13 "0xE0","0x00","0x00","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
14 "0xE0","0x00","0x01","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
15 "0xE0","0x00","0x02","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
16 "0xE0","0x00","0x03","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
17 "0xE0","0x00","0x04","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
18 "0xE0","0x00","0x05","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
19 "0xE0","0x00","0x06","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
20 "0xE0","0x00","0x07","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
21 "0xE0","0x00","0x08","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
22 "0xE0","0x00","0x09","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)…
[all …]
/openbmc/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst13 PCI slot injection notification pending (IO port 0xae00-0xae03, 4-byte access)
16 Slot injection notification pending. One bit per slot.
21 PCI slot removal notification (IO port 0xae04-0xae07, 4-byte access)
24 Slot removal notification pending. One bit per slot.
33 One bit per slot.
38 - Read-only "up" register @0xae00, 4-byte access, bit per slot
39 - Read-only "down" register @0xae04, 4-byte access, bit per slot
41 write: bit per slot eject, read: hotplug feature set
42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot
48 bit per slot. Read-only.
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dti-edma3.h93 int slot; member
101 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg);
103 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param);
104 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param);
106 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode,
108 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx);
109 void edma3_set_dest_addr(u32 base, int slot, u32 dst);
111 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode,
113 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
114 void edma3_set_src_addr(u32 base, int slot, u32 src);
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/
H A Dswitch-nic-main-or-aux-mode4 SLOT=$1
19 if test -z "$SLOT"
21 echo "Slot number(1st parameter) is required."
23 elif [ "$SLOT" -gt 4 ]
25 echo "Slot number must between 1~4."
30 gpio_pin=$(( SLOT + 3 ))
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dwait-until-mctp-EID-remove4 echo "Usage: $0 <slot> <max_attempts>"
8 SLOT=$1
11 SD_EID=$((SLOT * 10))
12 WF_EID=$((SLOT * 10 + 2))
15 echo "Starting MCTP EID check for SLOT: $SLOT"
23 echo "Slot $SLOT attempt $((count + 1)) times:"

12345678910>>...38