Home
last modified time | relevance | path

Searched refs:read_config (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pseries/
Deeh.c144 eeh_ops->read_config(dn, PCI_VENDOR_ID, 4, &cfg); in eeh_gather_pci_data()
148 eeh_ops->read_config(dn, PCI_COMMAND, 4, &cfg); in eeh_gather_pci_data()
159 eeh_ops->read_config(dn, PCI_SEC_STATUS, 2, &cfg); in eeh_gather_pci_data()
163 eeh_ops->read_config(dn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_gather_pci_data()
171 eeh_ops->read_config(dn, cap, 4, &cfg); in eeh_gather_pci_data()
175 eeh_ops->read_config(dn, cap+4, 4, &cfg); in eeh_gather_pci_data()
188 eeh_ops->read_config(dn, cap+4*i, 4, &cfg); in eeh_gather_pci_data()
200 eeh_ops->read_config(dn, cap+4*i, 4, &cfg); in eeh_gather_pci_data()
770 eeh_ops->read_config(dn, PCI_COMMAND, 4, &cmd); in eeh_restore_one_device_bars()
821 eeh_ops->read_config(dn, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
Deeh_pseries.c550 .read_config = pseries_eeh_read_config,
/arch/powerpc/include/asm/
Deeh.h105 int (*read_config)(struct device_node *dn, int where, int size, u32 *val); member