Home
last modified time | relevance | path

Searched refs:local_bus (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dctrl_pex.c289 u32 local_dev, local_bus; in pex_config_read() local
295 local_bus = in pex_config_read()
304 if (bus == local_bus) { in pex_config_read()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c144 int local_bus = PCI_BUS(pcie->dev); in mvebu_pcie_read_config() local
153 if (PCI_BUS(bdf) == local_bus && PCI_DEV(bdf) != local_dev) { in mvebu_pcie_read_config()
188 int local_bus = PCI_BUS(pcie->dev); in mvebu_pcie_write_config() local
197 if (PCI_BUS(bdf) == local_bus && PCI_DEV(bdf) != local_dev) { in mvebu_pcie_write_config()
/openbmc/linux/drivers/parisc/
H A Dlba_pci.c366 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_read() local
367 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read()
433 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_write() local
434 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write()
483 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_read() local
484 u32 tok = LBA_CFG_TOK(local_bus, devfn); in mercury_cfg_read()
516 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_write() local
517 u32 tok = LBA_CFG_TOK(local_bus,devfn); in mercury_cfg_write()
H A Ddino.c175 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_read() local
176 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read()
210 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_write() local
211 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c85 d->local_bus = bus; in xen_host_pci_fill_local_addr()
103 d->local_domain, d->local_bus, d->local_dev, d->local_func, in xen_host_pci_sysfs_path()
414 d->local_bus = d->bus; in xen_host_pci_device_get()
H A Dxen-host-pci-device.h28 uint8_t local_bus; member
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c1447 u32 local_dev, local_bus; in pex_cfg_read() local
1473 local_bus = in pex_cfg_read()
1477 if ((dev != local_dev) || (bus != local_bus)) { in pex_cfg_read()
1489 if (bus == local_bus) { in pex_cfg_read()
/openbmc/linux/include/uapi/linux/
H A Di2o-dev.h185 i2o_local_bus local_bus; member