Searched refs:pci_dn (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dppc-pci.h68 void eeh_slot_error_detail (struct pci_dn *pdn, int severity);
79 int rtas_pci_enable(struct pci_dn *pdn, int function);
92 int rtas_set_slot_reset (struct pci_dn *);
93 int eeh_wait_for_slot_status(struct pci_dn *pdn, int max_wait_msecs);
104 void eeh_restore_bars(struct pci_dn *);
116 void rtas_configure_bridge(struct pci_dn *);
118 int rtas_write_config(struct pci_dn *, int where, int size, u32 val);
119 int rtas_read_config(struct pci_dn *, int where, int size, u32 *val);
H A Deeh_event.h50 struct pci_dn * handle_eeh_events (struct eeh_event *);
H A Dpci-bridge.h190 struct pci_dn { struct
213 /* Get the pointer to a device_node's pci_dn */
214 #define PCI_DN(dn) ((struct pci_dn *) (dn)->data)
224 * to a valid struct pci_dn, just not the one we want.
229 struct pci_dn *pdn = dn->data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc-pci.h68 void eeh_slot_error_detail (struct pci_dn *pdn, int severity);
79 int rtas_pci_enable(struct pci_dn *pdn, int function);
92 int rtas_set_slot_reset (struct pci_dn *);
93 int eeh_wait_for_slot_status(struct pci_dn *pdn, int max_wait_msecs);
104 void eeh_restore_bars(struct pci_dn *);
116 void rtas_configure_bridge(struct pci_dn *);
118 int rtas_write_config(struct pci_dn *, int where, int size, u32 val);
119 int rtas_read_config(struct pci_dn *, int where, int size, u32 *val);
H A Deeh_event.h50 struct pci_dn * handle_eeh_events (struct eeh_event *);
H A Dpci-bridge.h190 struct pci_dn { struct
213 /* Get the pointer to a device_node's pci_dn */
214 #define PCI_DN(dn) ((struct pci_dn *) (dn)->data)
224 * to a valid struct pci_dn, just not the one we want.
229 struct pci_dn *pdn = dn->data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dmsi.c28 static struct pci_dn *get_pdn(struct pci_dev *pdev)
31 struct pci_dn *pdn;
50 static int rtas_change_msi(struct pci_dn *pdn, u32 func, u32 num_irqs)
90 struct pci_dn *pdn;
100 static int rtas_query_irq_number(struct pci_dn *pdn, int offset)
140 struct pci_dn *pdn;
382 struct pci_dn *pdn;
H A Deeh.c134 static void rtas_slot_error_detail(struct pci_dn *pdn, int severity,
173 static size_t gather_pci_data(struct pci_dn *pdn, char * buf, size_t len)
260 void eeh_slot_error_detail(struct pci_dn *pdn, int severity)
276 static int read_slot_reset_state(struct pci_dn *pdn, int rets[])
313 eeh_wait_for_slot_status(struct pci_dn *pdn, int max_wait_msecs)
473 struct pci_dn *pdn;
627 rtas_pci_enable(struct pci_dn *pdn, int function)
667 rtas_pci_slot_reset(struct pci_dn *pdn, int state)
707 struct pci_dn *pdn = PCI_DN(dn);
733 static void __rtas_set_slot_reset(struct pci_dn *pd
[all...]
H A Deeh_driver.c250 static int eeh_reset_device (struct pci_dn *pe_dn, struct pci_bus *bus)
274 struct pci_dn *ppe = PCI_DN(dn);
303 struct pci_dn * handle_eeh_events (struct eeh_event *event)
306 struct pci_dn *frozen_pdn;
H A Deeh_event.c61 struct pci_dn *pdn;
H A Deeh_sysfs.c33 * @_memb: name of member in struct pci_dn to access
45 struct pci_dn *pdn; \
H A Diommu.c347 struct pci_dn *pci;
425 struct pci_dn *ppci;
508 struct pci_dn *pci;
570 struct pci_dn *pci = PCI_DN(np);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dmsi.c28 static struct pci_dn *get_pdn(struct pci_dev *pdev)
31 struct pci_dn *pdn;
50 static int rtas_change_msi(struct pci_dn *pdn, u32 func, u32 num_irqs)
90 struct pci_dn *pdn;
100 static int rtas_query_irq_number(struct pci_dn *pdn, int offset)
140 struct pci_dn *pdn;
382 struct pci_dn *pdn;
H A Deeh.c134 static void rtas_slot_error_detail(struct pci_dn *pdn, int severity,
173 static size_t gather_pci_data(struct pci_dn *pdn, char * buf, size_t len)
260 void eeh_slot_error_detail(struct pci_dn *pdn, int severity)
276 static int read_slot_reset_state(struct pci_dn *pdn, int rets[])
313 eeh_wait_for_slot_status(struct pci_dn *pdn, int max_wait_msecs)
473 struct pci_dn *pdn;
627 rtas_pci_enable(struct pci_dn *pdn, int function)
667 rtas_pci_slot_reset(struct pci_dn *pdn, int state)
707 struct pci_dn *pdn = PCI_DN(dn);
733 static void __rtas_set_slot_reset(struct pci_dn *pd
[all...]
H A Deeh_driver.c250 static int eeh_reset_device (struct pci_dn *pe_dn, struct pci_bus *bus)
274 struct pci_dn *ppe = PCI_DN(dn);
303 struct pci_dn * handle_eeh_events (struct eeh_event *event)
306 struct pci_dn *frozen_pdn;
H A Deeh_event.c61 struct pci_dn *pdn;
H A Deeh_sysfs.c33 * @_memb: name of member in struct pci_dn to access
45 struct pci_dn *pdn; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_pci.c49 static inline int config_access_valid(struct pci_dn *dn, int where)
59 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
100 struct pci_dn *pdn = PCI_DN(dn);
109 int rtas_write_config(struct pci_dn *pdn, int where, int size, u32 val)
144 struct pci_dn *pdn = PCI_DN(dn);
H A Dpci_dn.c2 * pci_dn.c
44 struct pci_dn *pdn;
132 struct pci_dn *pdn;
148 * If found, the pci_dn is returned (thus terminating the traversal).
154 struct pci_dn *pci = dn->data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas_pci.c49 static inline int config_access_valid(struct pci_dn *dn, int where)
59 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
100 struct pci_dn *pdn = PCI_DN(dn);
109 int rtas_write_config(struct pci_dn *pdn, int where, int size, u32 val)
144 struct pci_dn *pdn = PCI_DN(dn);
H A Dpci_dn.c2 * pci_dn.c
44 struct pci_dn *pdn;
132 struct pci_dn *pdn;
148 * If found, the pci_dn is returned (thus terminating the traversal).
154 struct pci_dn *pci = dn->data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Diommu.c159 struct pci_dn *pdn = PCI_DN(node);
182 struct pci_dn *pdn = PCI_DN(dn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Drpadlpar_core.c144 struct pci_dn *pdn = PCI_DN(dn);
213 struct pci_dn *pdn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Diommu.c159 struct pci_dn *pdn = PCI_DN(node);
182 struct pci_dn *pdn = PCI_DN(dn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpadlpar_core.c144 struct pci_dn *pdn = PCI_DN(dn);
213 struct pci_dn *pdn;

Completed in 236 milliseconds

12