Searched refs:pci_channel (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpci.h15 struct pci_channel { struct
16 struct pci_channel *next;
41 extern int register_pci_controller(struct pci_channel *hose);
45 extern int early_read_config_byte(struct pci_channel *hose, int top_bus,
47 extern int early_read_config_word(struct pci_channel *hose, int top_bus,
49 extern int early_read_config_dword(struct pci_channel *hose, int top_bus,
51 extern int early_write_config_byte(struct pci_channel *hose, int top_bus,
53 extern int early_write_config_word(struct pci_channel *hose, int top_bus,
55 extern int early_write_config_dword(struct pci_channel *hose, int top_bus,
57 extern void pcibios_enable_timers(struct pci_channel *hos
[all...]
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c11 static struct pci_dev *fake_pci_dev(struct pci_channel *hose,
34 int __init early_##rw##_config_##size(struct pci_channel *hose, \
49 int __init pci_is_66mhz_capable(struct pci_channel *hose,
91 struct pci_channel *hose = from_timer(hose, t, err_timer);
100 struct pci_channel *hose = from_timer(hose, t, serr_timer);
107 void pcibios_enable_timers(struct pci_channel *hose)
124 struct pci_channel *hose)
H A Dops-sh4.c25 struct pci_channel *chan = bus->sysdata;
63 struct pci_channel *chan = bus->sysdata;
101 int __attribute__((weak)) pci_fixup_pcic(struct pci_channel *chan)
H A Dpci.c27 static struct pci_channel *hose_head, **hose_tail = &hose_head;
31 static void pcibios_scanbus(struct pci_channel *hose)
96 int register_pci_controller(struct pci_channel *hose)
152 struct pci_channel *hose;
174 struct pci_channel *hose = dev->sysdata;
192 pcibios_bus_report_status_early(struct pci_channel *hose,
260 struct pci_channel *hose;
276 struct pci_channel *chan = dev->sysdata;
H A Dpci-sh7780.c55 static struct pci_channel sh7780_pci_controller = {
94 struct pci_channel *hose = dev_id;
147 struct pci_channel *hose = dev_id;
164 static int __init sh7780_pci_setup_irqs(struct pci_channel *hose)
215 static inline void __init sh7780_pci_teardown_irqs(struct pci_channel *hose)
221 static void __init sh7780_pci66_init(struct pci_channel *hose)
246 struct pci_channel *chan = &sh7780_pci_controller;
H A Dpcie-sh7786.c25 struct pci_channel *hose;
126 static struct pci_channel sh7786_pci_channels[] = {
154 static int __init phy_wait_for_ack(struct pci_channel *chan)
168 static int __init pci_wait_for_irq(struct pci_channel *chan, unsigned int mask)
182 static void __init phy_write_reg(struct pci_channel *chan, unsigned int addr,
205 struct pci_channel *chan = port->hose;
260 struct pci_channel *chan = port->hose;
293 struct pci_channel *chan = port->hose;
303 struct pci_channel *chan = port->hose;
H A Dpci-sh4.h158 int pci_fixup_pcic(struct pci_channel *chan);
170 static inline void pci_write_reg(struct pci_channel *chan,
176 static inline unsigned long pci_read_reg(struct pci_channel *chan,
H A Dpci-sh7751.c19 static int __init __area_sdram_check(struct pci_channel *chan,
59 static struct pci_channel sh7751_pci_controller = {
77 struct pci_channel *chan = &sh7751_pci_controller;
H A Dfixups-rts7751r2d.c39 int pci_fixup_pcic(struct pci_channel *chan)
H A Dfixups-landisk.c39 int pci_fixup_pcic(struct pci_channel *chan)
H A Dfixups-dreamcast.c30 struct pci_channel *p = dev->sysdata;
H A Dfixups-se7751.c39 int pci_fixup_pcic(struct pci_channel *chan)
H A Dpci-dreamcast.c39 static struct pci_channel dreamcast_pci_controller = {
H A Dops-sh7786.c22 struct pci_channel *chan = bus->sysdata;
H A Dpcie-sh7786.h566 pci_write_reg(struct pci_channel *chan, unsigned long val, unsigned long reg)
572 pci_read_reg(struct pci_channel *chan, unsigned long reg)
/linux-master/drivers/edac/
H A Dsb_edac.c374 struct pci_dev *pci_channel[KNL_MAX_CHANNELS]; member in struct:knl_pvt
1618 if (!pvt->knl.pci_channel[i])
1630 pci_read_config_dword(pvt->knl.pci_channel[i],
3020 WARN_ON(pvt->knl.pci_channel[devidx] != NULL);
3021 pvt->knl.pci_channel[devidx] = pdev;
3046 if (!pvt->knl.pci_channel[i]) {

Completed in 153 milliseconds