Home
last modified time | relevance | path

Searched refs:buses (Results 1 – 25 of 149) sorted by relevance

123456

/openbmc/entity-manager/docs/
H A Dblacklist_configuration.md3 The blacklist.json in package directory can determine i2c buses and addresses
8 ## For buses
10 Put in numbers of buses. For example:
14 "buses": [1, 3, 5]
18 Note that "buses" should be an array of unsigned integer.
26 "buses": [
46 "buses": [
/openbmc/linux/drivers/net/mdio/
H A Dmdio-thunder.c19 struct cavium_mdiobus *buses[4]; member
84 nexus->buses[i] = bus; in thunder_mdiobus_pci_probe()
106 if (i >= ARRAY_SIZE(nexus->buses)) in thunder_mdiobus_pci_probe()
125 for (i = 0; i < ARRAY_SIZE(nexus->buses); i++) { in thunder_mdiobus_pci_remove()
126 struct cavium_mdiobus *bus = nexus->buses[i]; in thunder_mdiobus_pci_remove()
H A DKconfig79 tristate "Bitbanged MDIO buses"
109 tristate "GPIO lib-based bitbanged MDIO buses"
160 tristate "Octeon and some ThunderX SOCs MDIO buses"
167 buses. It is required by the Octeon and ThunderX ethernet device
200 tristate "ThunderX SOCs MDIO buses"
/openbmc/u-boot/drivers/i2c/muxes/
H A DKconfig5 This enables I2C buses to be multiplexed, so that you can select
6 one of several buses using some sort of control mechanism. The
14 This enables I2C buses to be multiplexed, so that you can select
15 one of several buses using some sort of control mechanism. The
/openbmc/linux/sound/i2c/
H A Di2c.c46 list_del(&bus->buses); in snd_i2c_bus_free()
48 while (!list_empty(&bus->buses)) { in snd_i2c_bus_free()
49 slave = snd_i2c_slave_bus(bus->buses.next); in snd_i2c_bus_free()
80 INIT_LIST_HEAD(&bus->buses); in snd_i2c_bus_create()
84 list_add_tail(&bus->buses, &master->buses); in snd_i2c_bus_create()
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/
H A Dzaius_avsbus.sh9 buses="$cpu0_i2c_bus $cpu1_i2c_bus"
40 for bus in $buses
/openbmc/u-boot/doc/
H A DREADME.bitbangMII2 support an arbitrary number of mii buses. This feature is useful when your
3 board uses different mii buses for different phys and all (or a part) of these
4 buses are implemented via bit-banging mode.
29 the bb_miiphy_buses_num variable with the number of mii buses.
/openbmc/linux/include/sound/
H A Di2c.h45 struct list_head buses; /* master: slave buses sharing SCK/SCL, slave: link list */ member
60 #define snd_i2c_slave_bus(n) list_entry(n, struct snd_i2c_bus, buses)
/openbmc/linux/drivers/net/can/softing/
H A DKconfig8 Softing Gmbh CAN cards come with 1 or 2 physical buses.
15 controls the 2 buses on the card together.
/openbmc/linux/drivers/pci/
H A Dprobe.c1259 u32 buses, i, j = 0; in pci_scan_bridge_extend() local
1273 pci_read_config_dword(dev, PCI_PRIMARY_BUS, &buses); in pci_scan_bridge_extend()
1274 primary = buses & 0xFF; in pci_scan_bridge_extend()
1275 secondary = (buses >> 8) & 0xFF; in pci_scan_bridge_extend()
1276 subordinate = (buses >> 16) & 0xFF; in pci_scan_bridge_extend()
1307 unsigned int cmax, buses; in pci_scan_bridge_extend() local
1332 buses = subordinate - secondary; in pci_scan_bridge_extend()
1333 cmax = pci_scan_child_bus_extend(child, buses); in pci_scan_bridge_extend()
1359 buses & ~0xffffff); in pci_scan_bridge_extend()
1390 buses = (buses & 0xff000000) in pci_scan_bridge_extend()
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c37 } buses[] = { variable
78 for (i = 0; i < ARRAY_SIZE(buses); i++) in get_v4l2_fwnode_bus_conv_by_fwnode_bus()
79 if (buses[i].fwnode_bus_type == type) in get_v4l2_fwnode_bus_conv_by_fwnode_bus()
80 return &buses[i]; in get_v4l2_fwnode_bus_conv_by_fwnode_bus()
108 for (i = 0; i < ARRAY_SIZE(buses); i++) in get_v4l2_fwnode_bus_conv_by_mbus()
109 if (buses[i].mbus_type == type) in get_v4l2_fwnode_bus_conv_by_mbus()
110 return &buses[i]; in get_v4l2_fwnode_bus_conv_by_mbus()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcavium-mdio.txt35 Several mdio buses may be gathered as children of a single PCI
36 device, this PCI device is the nexus of the buses.
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c67 struct ebda_hpc_bus *buses; in alloc_ebda_hpc() local
78 buses = kcalloc(bus_count, sizeof(struct ebda_hpc_bus), GFP_KERNEL); in alloc_ebda_hpc()
79 if (!buses) in alloc_ebda_hpc()
81 controller->buses = buses; in alloc_ebda_hpc()
95 kfree(controller->buses); in free_ebda_hpc()
205 …debug("%s - bus# of each bus controlled by this ctlr: %x\n", __func__, hpc_ptr->buses[index].bus_n… in print_ebda_hpc()
772 bus_ptr = hpc_ptr->buses; in ebda_rsrc_controller()
H A Dacpiphp_glue.c193 u32 buses; in acpiphp_post_dock_fixup() local
205 pci_read_config_dword(bus->self, PCI_PRIMARY_BUS, &buses); in acpiphp_post_dock_fixup()
207 if (((buses >> 8) & 0xff) != bus->busn_res.start) { in acpiphp_post_dock_fixup()
208 buses = (buses & 0xff000000) in acpiphp_post_dock_fixup()
212 pci_write_config_dword(bus->self, PCI_PRIMARY_BUS, buses); in acpiphp_post_dock_fixup()
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt48 This PHY is accessed through the local MDIO bus. These buses are defined
49 similarly to the mdio buses. The TBI PHYs underneath them are similar to
/openbmc/qemu/docs/
H A Dpcie_pci_bridge.txt29 any device plugged in, has no free buses reserved to provide any of them
32 To solve this problem we reserve additional buses on a firmware level.
49 uint32_t bus_res; Minimum number of buses to reserve
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst13 monitor sets of system signals, lines, buses etc... in realtime for state
67 lines, GPIO, chip signals, buses etc...
/openbmc/linux/drivers/ipack/
H A DKconfig13 hosted on these buses. While IndustryPack modules can provide a
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A DKconfig9 chipsets. This chip can be found on SPI or SDIO buses.
/openbmc/qemu/hw/pci/
H A Dmeson.build15 # allow plugging PCIe devices into PCI buses, include them even if
/openbmc/linux/Documentation/ABI/removed/
H A Draw13946 access to FireWire buses. Its major drawbacks were its inability
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-intro.rst14 more I2C buses, but other buses can also be used. Such devices are
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dhsta.txt6 between the plb4 and plb6 system buses to provide high speed data
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md41 ## 4) `buses` keyword
43 The value of this keyword is a JSON object representing all of the buses
144 | name | The `<bus_name>` as defined by the `buses` keyword. |
163 | name | The `<bus_name>` as defined by the `buses` keyword. |
/openbmc/linux/Documentation/mhi/
H A Dmhi.rst14 speed peripheral buses or shared memory. Even though MHI can be easily adapted
15 to any peripheral buses, it is primarily used with PCIe based devices. MHI
16 provides logical channels over the physical buses and allows transporting the
29 which are mapped to the host memory space by the peripheral buses like PCIe.

123456