Searched refs:rtas_pci_dn_write_config (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| A D | rtas_pci.c | 98 int rtas_pci_dn_write_config(struct pci_dn *pdn, int where, int size, u32 val) in rtas_pci_dn_write_config() function 137 return rtas_pci_dn_write_config(pdn, where, size, val); in rtas_pci_write_config()
|
| /linux/arch/powerpc/include/asm/ |
| A D | ppc-pci.h | 49 int rtas_pci_dn_write_config(struct pci_dn *pdn, int where, int size, u32 val);
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | eeh_pseries.c | 695 return rtas_pci_dn_write_config(pdn, where, size, val); in pseries_eeh_write_config()
|
Completed in 7 milliseconds