Searched refs:cfgaddr (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/pci/ |
H A D | pci-bcm1480ht.c | 124 u32 cfgaddr = CFGADDR(bus, devfn, where); in bcm1480ht_pcibios_write() local 135 data = READCFG32(cfgaddr); in bcm1480ht_pcibios_write() 146 WRITECFG32(cfgaddr, data); in bcm1480ht_pcibios_write()
|
H A D | pci-bcm1480.c | 135 u32 cfgaddr = CFGADDR(bus, devfn, where); in bcm1480_pcibios_write() local 146 data = READCFG32(cfgaddr); in bcm1480_pcibios_write() 157 WRITECFG32(cfgaddr, data); in bcm1480_pcibios_write()
|
H A D | pci-sb1250.c | 144 u32 cfgaddr = CFGADDR(bus, devfn, where); in sb1250_pcibios_write() local 155 data = READCFG32(cfgaddr); in sb1250_pcibios_write() 166 WRITECFG32(cfgaddr, data); in sb1250_pcibios_write()
|
/openbmc/qemu/hw/pci-host/ |
H A D | bonito.c | 447 uint32_t cfgaddr; in bonito_sbridge_pciaddr() local 459 cfgaddr = addr & 0xffff; in bonito_sbridge_pciaddr() 460 cfgaddr |= (s->regs[BONITO_PCIMAP_CFG] & 0xffff) << 16; in bonito_sbridge_pciaddr() 462 idsel = (cfgaddr & BONITO_PCICONF_IDSEL_MASK) >> in bonito_sbridge_pciaddr() 465 funno = (cfgaddr & BONITO_PCICONF_FUN_MASK) >> BONITO_PCICONF_FUN_OFFSET; in bonito_sbridge_pciaddr() 466 regno = (cfgaddr & BONITO_PCICONF_REG_MASK_HW) >> BONITO_PCICONF_REG_OFFSET; in bonito_sbridge_pciaddr() 475 cfgaddr, pciaddr, pci_bus_num(phb->bus), devno, funno, regno); in bonito_sbridge_pciaddr()
|
/openbmc/qemu/hw/ppc/ |
H A D | trace-events | 6 spapr_pci_rtas_ibm_change_msi(unsigned cfg, unsigned func, unsigned req, unsigned first) "cfgaddr 0… 40 spapr_iommu_ddw_query(uint64_t buid, uint32_t cfgaddr, unsigned wa, uint64_t win_size, uint32_t pgm… 41 spapr_iommu_ddw_create(uint64_t buid, uint32_t cfgaddr, uint64_t pg_size, uint64_t req_size, uint64… 43 spapr_iommu_ddw_reset(uint64_t buid, uint32_t cfgaddr) "buid=0x%"PRIx64" addr=0x%"PRIx32
|