/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_firmware_upgrade.sh | 19 # Syntax for Backplane CPLD: 21 # target: 1 for Front Backplane 1 22 # 2 for Front Backplane 2 23 # 3 for Front Backplane 3 24 # 4 for Rear Backplane 1 25 # 5 for Rear Backplane 2 135 echo "Flashing Front Backplane 1 CPLD" 138 echo "Flashing Front Backplane 2 CPLD" 141 echo "Flashing Front Backplane 3 CPLD" 144 echo "Flashing Rear Backplane 1 CPLD" [all …]
|
/openbmc/linux/drivers/ssb/ |
H A D | Kconfig | 8 tristate "Sonics Silicon Backplane support" 11 Support for the Sonics Silicon Backplane bus. 44 Support for a Sonics Silicon Backplane on top 64 Support for a Sonics Silicon Backplane on top 78 Support for a Sonics Silicon Backplane on top 107 Driver for the Sonics Silicon Backplane attached 124 Driver for the Sonics Silicon Backplane attached 144 Driver for the Sonics Silicon Backplane attached 153 Driver for the Sonics Silicon Backplane attached
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_devids.h | 9 /* Intel(R) Ethernet Connection E823-L for backplane */ 19 /* Intel(R) Ethernet Controller E810-C for backplane */ 32 /* Intel(R) Ethernet Controller E810-XXV for backplane */ 38 /* Intel(R) Ethernet Connection E823-C for backplane */ 48 /* Intel(R) Ethernet Connection E822-C for backplane */ 58 /* Intel(R) Ethernet Connection E822-L for backplane */
|
/openbmc/linux/include/linux/ssb/ |
H A D | ssb_driver_pci.h | 38 #define SSB_PCICORE_MBOX 0x0028 /* Backplane to PCI Mailbox */ 47 #define SSB_PCICORE_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */ 49 #define SSB_PCICORE_BCAST_DATA 0x0054 /* Backplane Broadcast Data */ 54 #define SSB_PCICORE_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */ 56 #define SSB_PCICORE_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */ 58 #define SSB_PCICORE_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
|
H A D | ssb_regs.h | 43 #define SSB_BAR0_WIN 0x80 /* Backplane address space 0 */ 44 #define SSB_BAR1_WIN 0x84 /* Backplane address space 1 */ 50 #define SSB_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */ 62 /* Silicon backplane configuration register definitions */ 73 #define SSB_TPSFLAG_BPFLAG 0x0000003F /* Backplane flag # */ 74 #define SSB_TPSFLAG_ALWAYSIRQ 0x00000040 /* IRQ is always sent on the Backplane */ 89 #define SSB_IMSTATE_BUSY 0x01800000 /* Busy (Backplane rev >= 2.3 only) */ 90 #define SSB_IMSTATE_REJECT 0x02000000 /* Reject (Backplane rev >= 2.3 only) */ 101 #define SSB_TMSLOW_REJECT 0x00000002 /* Reject (Standard Backplane) */ 102 #define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */ [all …]
|
H A D | ssb_driver_extif.h | 95 #define SSB_EXTCFG_CLKDIV_2 0x0 /* backplane/2 */ 96 #define SSB_EXTCFG_CLKDIV_3 0x40 /* backplane/3 */ 97 #define SSB_EXTCFG_CLKDIV_4 0x80 /* backplane/4 */
|
/openbmc/linux/Documentation/devicetree/bindings/mips/ingenic/ |
H A D | devices.yaml | 41 - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane 46 - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane 51 - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com20020-isa.c | 127 static int backplane = 0; variable 136 module_param(backplane, int, 0); 159 lp->backplane = backplane; in com20020_init() 207 case 4: /* Backplane flag */ in com20020isa_setup() 208 backplane = ints[4]; in com20020isa_setup()
|
H A D | com20020-pci.c | 54 static int backplane; variable 61 module_param(backplane, int, 0); 103 return sprintf(buf, "%s\n", lp->backplane ? "true" : "false"); in backplane_mode_show() 205 lp->backplane = backplane; in com20020pci_probe() 211 lp->backplane = (inb(priv->misc) >> (2 + i)) & 0x1; in com20020pci_probe() 214 lp->backplane = 1; in com20020pci_probe()
|
H A D | com20020.c | 106 /* Enable P1Mode for backplane mode */ in com20020_check() 121 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE; in com20020_check() 237 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE; in com20020_found() 252 if (lp->backplane) in com20020_found() 253 arc_printk(D_NORMAL, dev, "Using backplane mode.\n"); in com20020_found() 294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2); in com20020_reset()
|
H A D | com20020_cs.c | 90 static int backplane; variable 96 module_param(backplane, int, 0); 131 lp->backplane = backplane; in com20020_probe()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | DiskBackplane.interface.yaml | 2 Implement to provide disk backplane attributes. A disk backplane is a card
|
/openbmc/linux/arch/mips/txx9/ |
H A D | Kconfig | 51 bool "FPCIB0 Backplane Support" 56 bool "Support for PICMG PCI Backplane"
|
/openbmc/linux/arch/mips/ingenic/ |
H A D | Kconfig | 39 bool "YSH & ATIL CU1000 Module with Neo backplane" 43 bool "YSH & ATIL CU1830 Module with Neo backplane"
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | physical_context.hpp | 26 Backplane, enumerator 100 {PhysicalContext::Backplane, "Backplane"},
|
H A D | resource.hpp | 90 Backplane, enumerator 197 {LocationType::Backplane, "Backplane"},
|
/openbmc/linux/include/linux/bcma/ |
H A D | bcma_driver_pci.h | 35 #define BCMA_CORE_PCI_MBOX 0x0028 /* Backplane to PCI Mailbox */ 44 #define BCMA_CORE_PCI_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */ 46 #define BCMA_CORE_PCI_BCAST_DATA 0x0054 /* Backplane Broadcast Data */ 51 #define BCMA_CORE_PCI_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */ 53 #define BCMA_CORE_PCI_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */ 55 #define BCMA_CORE_PCI_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
|
H A D | bcma_regs.h | 53 #define BCMA_PCI_BAR0_WIN 0x80 /* Backplane address space 0 */ 54 #define BCMA_PCI_BAR1_WIN 0x84 /* Backplane address space 1 */ 60 #define BCMA_PCI_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | PhysicalContext.json | 44 "Backplane", 92 "Backplane": "A backplane within the chassis.", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PhysicalContext.json | 44 "Backplane", 92 "Backplane": "A backplane within the chassis.", string
|
/openbmc/linux/Documentation/hwmon/ |
H A D | intel-m10-bmc-hwmon.rst | 60 in3_label "12V Backplane Voltage" 69 curr2_label "12V Backplane Current"
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | presence_detection.md | 11 - A system supports multiple storage backplane types, and the device only exists 54 "comments": ["Regulator is only present on the FooBar backplane"],
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | sys_eiger.c | 168 /* Find the number of backplane bridges. */ in eiger_swizzle() 169 int backplane = inw(0x502) & 0x0f; in eiger_swizzle() local 171 switch (backplane) in eiger_swizzle()
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 592 /********** HSBP Backplane related struct and Global definitions ************/ 854 struct Backplane : std::enable_shared_from_this<Backplane> struct 857 Backplane(size_t busIn, size_t addressIn, size_t backplaneIndexIn, in Backplane() function 982 timer.async_wait([weak{std::weak_ptr<Backplane>(shared_from_this())}]( in runTimer() argument 1202 std::cerr << "Backplane " << name in getInsertedAndRemovedNvmeDrives() argument 1211 std::cerr << "Couldn't get the NVMe Map for the backplane : " in getInsertedAndRemovedNvmeDrives() 1263 virtual ~Backplane() in ~Backplane() argument 1309 std::unordered_map<std::string, std::shared_ptr<Backplane>> backplanes; argument 1310 std::list<Drive> ownerlessDrives; // drives without a backplane 1453 /* Loop through each backplane present and get the list of inserted/removed in scanHsbpDrives() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.h | 171 u32 sbwad; /* Save backplane window address */ 268 /* PCMCIA backplane access */ 312 * flags: backplane width, address increment, sync/async 332 /* Four-byte target (backplane) width (vs. two-byte) */
|