/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() 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_cs.c | 90 static int backplane; variable 96 module_param(backplane, int, 0); 131 lp->backplane = backplane; in com20020_probe()
|
H A D | com20020.c | 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() 294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2); in com20020_reset()
|
H A D | arcdevice.h | 242 backplane, /* Backplane flag for COM20020 */ member
|
/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/linux/arch/alpha/kernel/ |
H A D | sys_eiger.c | 169 int backplane = inw(0x502) & 0x0f; in eiger_swizzle() local 171 switch (backplane) in eiger_swizzle()
|
/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"],
|
H A D | compare_vpd.md | 67 "comments": ["Check if disk backplane has CCIN value 2D35"], 78 "comments": ["Check if disk backplane has CCIN value 0x32, 0x44, 0x33, 0x35"],
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/ |
H A D | sgpio_1.2.0.10.bb | 1 SUMMARY = "SGPIO captive backplane tool"
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 1455 for (auto& [name, backplane] : backplanes) in scanHsbpDrives() 1457 backplane->getInsertedAndRemovedNvmeDrives(nvmeDrivesInserted, in scanHsbpDrives() 1537 for (const auto& [key, backplane] : backplanes) in getDriveCount() 1539 count += backplane->drives.size(); in getDriveCount() 1706 for (auto& [name, backplane] : backplanes) in updateAssets() 1709 for (const Mux& mux : *(backplane->muxes)) in updateAssets() 1713 parent = backplane.get(); in updateAssets() 1936 const auto& [backplane, status] = backplanes.emplace( in populateHsbpBackplanes() 1939 backplane->second->run(parentPath, owner); in populateHsbpBackplanes() 1940 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc4215.rst | 23 from a live backplane.
|
H A D | ltc4260.rst | 23 and removed from a live backplane.
|
H A D | ltc4286.rst | 34 to be removed from or inserted into a live backplane. They also feature
|
H A D | ltc4261.rst | 23 to be safely inserted and removed from a live backplane.
|
H A D | ltc4245.rst | 23 from a live backplane in multiple supply systems such as CompactPCI and
|
H A D | adm1275.rst | 66 a live backplane. They also feature current and voltage readback via an
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am3874-iceboard.dts | 105 * of the backplane. Since there are multiply assigned addresses, the 276 /* 16 slot backplane */ 282 /* Single slot backplane */
|
/openbmc/entity-manager/ |
H A D | README.md | 81 daemons and Hot swap backplane management daemons, or drive daemons. 85 hot swap backplane daemon, which both reacts to the hot swap being detected, and
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mgcoge.dts | 200 /* FCC2 to redundant core unit over backplane */
|
H A D | xcalibur1501.dts | 467 /* eTSEC 3 PICMG2.16 backplane port 0 */ 497 /* eTSEC 4 PICMG2.16 backplane port 1 */
|
H A D | xpedite5370.dts | 562 /* PCI Express controller 2, wired to VPX P1,P2 backplane */
|
/openbmc/u-boot/doc/ |
H A D | README.mpc85xxcds | 4 The CDS family of boards consists of a PCI backplane called the
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet.rst | 153 com20020=<io>[,<irq>[,<node_ID>[,backplane[,CKP[,timeout]]]]][,name] 157 io=<io> irq=<irq> node=<node_ID> backplane=<backplane> clock=<CKP>
|
/openbmc/docs/designs/ |
H A D | vpd-collection.md | 136 service can only be launched after the system VPD (stored on the backplane) is
|