/Linux-v4.19/drivers/net/phy/ |
D | mdio-thunder.c | 22 struct cavium_mdiobus *buses[4]; member 87 nexus->buses[i] = bus; in thunder_mdiobus_pci_probe() 107 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()
|
D | Kconfig | 39 tristate "Bitbanged MDIO buses" 94 tristate "GPIO lib-based bitbanged MDIO buses" 135 tristate "Octeon and some ThunderX SOCs MDIO buses" 141 buses. It is required by the Octeon and ThunderX ethernet device 153 tristate "ThunderX SOCs MDIO buses"
|
/Linux-v4.19/sound/i2c/ |
D | i2c.c | 60 list_del(&bus->buses); in snd_i2c_bus_free() 62 while (!list_empty(&bus->buses)) { in snd_i2c_bus_free() 63 slave = snd_i2c_slave_bus(bus->buses.next); in snd_i2c_bus_free() 94 INIT_LIST_HEAD(&bus->buses); in snd_i2c_bus_create() 98 list_add_tail(&bus->buses, &master->buses); in snd_i2c_bus_create()
|
/Linux-v4.19/include/sound/ |
D | i2c.h | 61 struct list_head buses; /* master: slave buses sharing SCK/SCL, slave: link list */ member 76 #define snd_i2c_slave_bus(n) list_entry(n, struct snd_i2c_bus, buses)
|
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 3 The Samsung Exynos SoC has many buses for data transfer between DRAM 5 for buses. Generally, each bus of Exynos SoC includes a source clock 43 - vdd-supply: the regulator to provide the buses with the voltage. 45 of buses. 141 Show the AXI buses of Exynos3250 SoC. Exynos3250 divides the buses to
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | cavium-mdio.txt | 35 Several mdio buses may be gathered as children of a single PCI 36 device, this PCI device is the nexus of the buses.
|
D | fsl-tsec-phy.txt | 40 This PHY is accessed through the local MDIO bus. These buses are defined 41 similarly to the mdio buses, except they are compatible with "fsl,gianfar-tbi".
|
D | brcm,mdio-mux-iproc.txt | 3 This MDIO bus multiplexer defines buses that could be internal as well as
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 185 u32 buses; in acpiphp_post_dock_fixup() local 197 pci_read_config_dword(bus->self, PCI_PRIMARY_BUS, &buses); in acpiphp_post_dock_fixup() 199 if (((buses >> 8) & 0xff) != bus->busn_res.start) { in acpiphp_post_dock_fixup() 200 buses = (buses & 0xff000000) in acpiphp_post_dock_fixup() 204 pci_write_config_dword(bus->self, PCI_PRIMARY_BUS, buses); in acpiphp_post_dock_fixup()
|
D | ibmphp_ebda.c | 67 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() 802 bus_ptr = hpc_ptr->buses; in ebda_rsrc_controller()
|
/Linux-v4.19/drivers/pci/ |
D | probe.c | 1062 u32 buses, i, j = 0; in pci_scan_bridge_extend() local 1073 pci_read_config_dword(dev, PCI_PRIMARY_BUS, &buses); in pci_scan_bridge_extend() 1074 primary = buses & 0xFF; in pci_scan_bridge_extend() 1075 secondary = (buses >> 8) & 0xFF; in pci_scan_bridge_extend() 1076 subordinate = (buses >> 16) & 0xFF; in pci_scan_bridge_extend() 1158 buses & ~0xffffff); in pci_scan_bridge_extend() 1182 buses = (buses & 0xff000000) in pci_scan_bridge_extend() 1192 buses &= ~0xff000000; in pci_scan_bridge_extend() 1193 buses |= CARDBUS_LATENCY_TIMER << 24; in pci_scan_bridge_extend() 1197 pci_write_config_dword(dev, PCI_PRIMARY_BUS, buses); in pci_scan_bridge_extend() [all …]
|
/Linux-v4.19/drivers/ipack/ |
D | Kconfig | 12 hosted on these buses. While IndustryPack modules can provide a
|
/Linux-v4.19/Documentation/ABI/removed/ |
D | raw1394 | 6 access to FireWire buses. Its major drawbacks were its inability
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/4xx/ |
D | hsta.txt | 6 between the plb4 and plb6 system buses to provide high speed data
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | rohm,bd28623.txt | 3 This codec does not have any control buses such as I2C, it detect format and
|
/Linux-v4.19/Documentation/devicetree/bindings/nds32/ |
D | andestech-boards | 23 simply attach their IP on one of the system buses together with certain glue
|
/Linux-v4.19/Documentation/devicetree/bindings/connector/ |
D | samsung,usb-connector-11pin.txt | 17 the connector. Since single connector can have multpile data buses every bus
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 19 may be assigned to root buses behind different host bridges. The domain
|
/Linux-v4.19/drivers/ssb/ |
D | main.c | 36 static LIST_HEAD(buses); 61 list_for_each_entry(bus, &buses, list) { in ssb_pci_dev_to_bus() 80 list_for_each_entry(bus, &buses, list) { in ssb_pcmcia_dev_to_bus() 100 list_for_each_entry(bus, &buses, list) { in ssb_for_each_bus_call() 593 list_move_tail(&bus->list, &buses); in ssb_attach_queued_buses()
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | fsl-quadspi.txt | 18 - fsl,qspi-has-second-chip: The controller has two buses, bus A and bus B.
|
/Linux-v4.19/Documentation/i2c/ |
D | old-module-parameters | 6 control how the driver would probe i2c buses and attach to devices. These
|
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/ |
D | fsl,mu.txt | 10 different clocks (from each side of the different peripheral buses).
|
/Linux-v4.19/drivers/media/radio/si470x/ |
D | Kconfig | 6 chip (either via USB or I2C buses).
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-soc | 55 expected under most buses. /sys/bus/soc/devices is of particular
|