Searched refs:eeh_ops (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/platforms/pseries/
H A Deeh.c90 struct eeh_ops *eeh_ops = NULL; variable in typeref:struct:eeh_ops
144 eeh_ops->read_config(dn, PCI_VENDOR_ID, 4, &cfg);
148 eeh_ops->read_config(dn, PCI_COMMAND, 4, &cfg);
159 eeh_ops->read_config(dn, PCI_SEC_STATUS, 2, &cfg);
163 eeh_ops->read_config(dn, PCI_BRIDGE_CONTROL, 2, &cfg);
171 eeh_ops->read_config(dn, cap, 4, &cfg);
175 eeh_ops->read_config(dn, cap+4, 4, &cfg);
188 eeh_ops->read_config(dn, cap+4*i, 4, &cfg);
200 eeh_ops
[all...]
H A Deeh_driver.c309 eeh_ops->configure_bridge(dn);
427 rc = eeh_ops->wait_state(eeh_dev_to_of_node(frozen_edev), MAX_WAIT_FOR_RECOVERY*1000);
H A Deeh_pseries.c542 static struct eeh_ops pseries_eeh_ops = {
/arch/powerpc/include/asm/
H A Deeh.h95 struct eeh_ops { struct
109 extern struct eeh_ops *eeh_ops;
125 int __init eeh_ops_register(struct eeh_ops *ops);

Completed in 148 milliseconds