Home
last modified time | relevance | path

Searched refs:config_addr (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/platforms/pseries/
Deeh_pseries.c251 pe.config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_eeh_probe()
304 int config_addr; in pseries_eeh_set_option() local
317 config_addr = pe->config_addr; in pseries_eeh_set_option()
319 config_addr = pe->addr; in pseries_eeh_set_option()
331 config_addr, BUID_HI(pe->phb->buid), in pseries_eeh_set_option()
362 pe->config_addr, BUID_HI(pe->phb->buid), in pseries_eeh_get_pe_addr()
369 pe->config_addr, BUID_HI(pe->phb->buid), in pseries_eeh_get_pe_addr()
373 __func__, pe->phb->global_number, pe->config_addr); in pseries_eeh_get_pe_addr()
382 pe->config_addr, BUID_HI(pe->phb->buid), in pseries_eeh_get_pe_addr()
386 __func__, pe->phb->global_number, pe->config_addr); in pseries_eeh_get_pe_addr()
[all …]
/arch/sh/include/asm/
Dtlb_64.h59 void sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr,
61 void sh64_teardown_tlb_slot(unsigned long long config_addr);
/arch/powerpc/kernel/
Deeh_pe.c235 int config_addr; member
261 if (tmp->config_addr && in __eeh_pe_get()
262 (tmp->config_addr == pe->config_addr)) in __eeh_pe_get()
282 int pe_no, int config_addr) in eeh_pe_get() argument
285 struct eeh_pe_get_flag tmp = { pe_no, config_addr }; in eeh_pe_get()
343 int config_addr = (pdn->busno << 8) | (pdn->devfn); in eeh_add_to_parent_pe() local
348 __func__, config_addr, pdn->phb->global_number); in eeh_add_to_parent_pe()
358 pe = eeh_pe_get(pdn->phb, edev->pe_config_addr, config_addr); in eeh_add_to_parent_pe()
408 pe->config_addr = config_addr; in eeh_add_to_parent_pe()
Deeh.c478 if (!pe->addr && !pe->config_addr) { in eeh_dev_check_failure()
/arch/sh/mm/
Dtlb-sh5.c120 void sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, in sh64_setup_tlb_slot() argument
134 : : "r" (config_addr), "r" (ptel), "r" (pteh)); in sh64_setup_tlb_slot()
144 void sh64_teardown_tlb_slot(unsigned long long config_addr)
/arch/mips/pci/
Dops-mace.c47 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_read_config()
79 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_write_config()
Dops-pmcmsp.c143 preg->config_addr = BPCI_CFGADDR_ENABLE | in gen_pci_cfg_wr_show()
423 preg->config_addr = BPCI_CFGADDR_ENABLE | in msp_pcibios_config_access()
445 preg->config_addr = 0; in msp_pcibios_config_access()
958 preg->config_addr = 0; /* Clear config access */ in msp_pci_init()
/arch/powerpc/sysdev/
Dfsl_pci.h64 __be32 config_addr; /* 0x.000 - PCI/PCIE Configuration Address Register */ member
/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_pci.h138 pcireg config_addr; /* +0x44 */ member
/arch/powerpc/include/asm/
Deeh.h90 int config_addr; /* Traditional PCI address */ member
264 int pe_no, int config_addr);
/arch/powerpc/platforms/powernv/
Deeh-powernv.c355 int config_addr = (pdn->busno << 8) | (pdn->devfn); in pnv_eeh_probe() local
390 edev->pe_config_addr = phb->ioda.pe_rmap[config_addr]; in pnv_eeh_probe()
1702 int config_addr = (pdn->busno << 8) | (pdn->devfn); in pnv_eeh_restore_config() local
1719 OPAL_REINIT_PCI_DEV, config_addr); in pnv_eeh_restore_config()
1724 __func__, config_addr, ret); in pnv_eeh_restore_config()
/arch/mips/include/asm/ip32/
Dmace.h72 volatile unsigned int config_addr; member