| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-thunder.c | 19 struct cavium_mdiobus *buses[4]; member 84 nexus->buses[i] = bus; in thunder_mdiobus_pci_probe() 104 if (i >= ARRAY_SIZE(nexus->buses)) in thunder_mdiobus_pci_probe() 122 for (i = 0; i < ARRAY_SIZE(nexus->buses); i++) { in thunder_mdiobus_pci_remove() 123 struct cavium_mdiobus *bus = nexus->buses[i]; in thunder_mdiobus_pci_remove()
|
| H A D | Kconfig | 64 tristate "Bitbanged MDIO buses" 94 tristate "GPIO lib-based bitbanged MDIO buses" 145 tristate "Octeon and some ThunderX SOCs MDIO buses" 152 buses. It is required by the Octeon and ThunderX ethernet device 171 tristate "ThunderX SOCs MDIO buses"
|
| /OK3568_Linux_fs/kernel/sound/i2c/ |
| H A D | i2c.c | 46 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()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | Kconfig | 5 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
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.bitbangMII | 2 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.
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | i2c.h | 45 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)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/ |
| H A 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. 139 Show the AXI buses of Exynos3250 SoC. Exynos3250 divides the buses to
|
| /OK3568_Linux_fs/kernel/drivers/net/can/softing/ |
| H A D | Kconfig | 8 Softing Gmbh CAN cards come with 1 or 2 physical buses. 15 controls the 2 buses on the card together.
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 46 } buses[] = { variable 83 for (i = 0; i < ARRAY_SIZE(buses); i++) in get_v4l2_fwnode_bus_conv_by_fwnode_bus() 84 if (buses[i].fwnode_bus_type == type) in get_v4l2_fwnode_bus_conv_by_fwnode_bus() 85 return &buses[i]; in get_v4l2_fwnode_bus_conv_by_fwnode_bus() 113 for (i = 0; i < ARRAY_SIZE(buses); i++) in get_v4l2_fwnode_bus_conv_by_mbus() 114 if (buses[i].mbus_type == type) in get_v4l2_fwnode_bus_conv_by_mbus() 115 return &buses[i]; in get_v4l2_fwnode_bus_conv_by_mbus()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A 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.
|
| H A 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".
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 1218 u32 buses, i, j = 0; in pci_scan_bridge_extend() local 1232 pci_read_config_dword(dev, PCI_PRIMARY_BUS, &buses); in pci_scan_bridge_extend() 1233 primary = buses & 0xFF; in pci_scan_bridge_extend() 1234 secondary = (buses >> 8) & 0xFF; in pci_scan_bridge_extend() 1235 subordinate = (buses >> 16) & 0xFF; in pci_scan_bridge_extend() 1317 buses & ~0xffffff); in pci_scan_bridge_extend() 1348 buses = (buses & 0xff000000) in pci_scan_bridge_extend() 1358 buses &= ~0xff000000; in pci_scan_bridge_extend() 1359 buses |= CARDBUS_LATENCY_TIMER << 24; in pci_scan_bridge_extend() 1363 pci_write_config_dword(dev, PCI_PRIMARY_BUS, buses); in pci_scan_bridge_extend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A 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() 772 bus_ptr = hpc_ptr->buses; in ebda_rsrc_controller()
|
| H A D | acpiphp_glue.c | 193 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()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | fsl-tsec-phy.txt | 48 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
|
| /OK3568_Linux_fs/u-boot/doc/SPI/ |
| H A D | README.dual-flash | 29 line and these two memories are operating stacked fasion with shared buses. 59 line and these two memories are operating parallel with separate buses.
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | Kconfig | 8 chipsets. This chip can be found on SPI or SDIO buses.
|
| /OK3568_Linux_fs/kernel/Documentation/mhi/ |
| H A D | mhi.rst | 14 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.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-intro.rst | 14 more I2C buses, but other buses can also be used. Such devices are
|
| /OK3568_Linux_fs/kernel/drivers/ipack/ |
| H A D | Kconfig | 13 hosted on these buses. While IndustryPack modules can provide a
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/removed/ |
| H A D | raw1394 | 6 access to FireWire buses. Its major drawbacks were its inability
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | hsta.txt | 6 between the plb4 and plb6 system buses to provide high speed data
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/dma/ |
| H A D | Kconfig | 12 buses that is used to transfer data to and from memory.
|