Home
last modified time | relevance | path

Searched refs:chipname (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_interface.hpp16 CPLDInterface(sdbusplus::async::context& ctx, const std::string& chipname, in CPLDInterface() argument
18 ctx(ctx), chipname(chipname), bus(bus), address(address) in CPLDInterface()
35 std::string chipname; member in phosphor::software::cpld::CPLDInterface
H A Dcpld.hpp21 const std::string& chipname, const uint16_t& bus, in CPLDDevice() argument
28 cpldInterface(CPLDFactory::instance().create(chiptype, ctx, chipname,
/openbmc/u-boot/drivers/net/
H A Dpcnet.c231 char *chipname; in pcnet_probe() local
254 chipname = "PCnet/PCI II 79C970A"; /* PCI */ in pcnet_probe()
258 chipname = "PCnet/FAST III 79C973"; /* PCI */ in pcnet_probe()
263 chipname = "PCnet/FAST III 79C975"; /* PCI */ in pcnet_probe()
272 PCNET_DEBUG1("AMD %s\n", chipname); in pcnet_probe()