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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpci.h16 struct pci_channel { struct
17 struct pci_channel *next;
40 extern int register_pci_controller(struct pci_channel *hose);
44 extern int early_read_config_byte(struct pci_channel *hose, int top_bus,
46 extern int early_read_config_word(struct pci_channel *hose, int top_bus,
48 extern int early_read_config_dword(struct pci_channel *hose, int top_bus,
50 extern int early_write_config_byte(struct pci_channel *hose, int top_bus,
52 extern int early_write_config_word(struct pci_channel *hose, int top_bus,
54 extern int early_write_config_dword(struct pci_channel *hose, int top_bus,
56 extern void pcibios_enable_timers(struct pci_channel *hos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dcommon.c10 static struct pci_dev *fake_pci_dev(struct pci_channel *hose,
33 int __init early_##rw##_config_##size(struct pci_channel *hose, \
48 int __init pci_is_66mhz_capable(struct pci_channel *hose,
89 struct pci_channel *hose = (struct pci_channel *)__data;
98 struct pci_channel *hose = (struct pci_channel *)__data;
105 void pcibios_enable_timers(struct pci_channel *hose)
126 struct pci_channel *hose)
H A Dops-sh4.c29 struct pci_channel *chan = bus->sysdata;
67 struct pci_channel *chan = bus->sysdata;
105 int __attribute__((weak)) pci_fixup_pcic(struct pci_channel *chan)
H A Dpci.c29 static struct pci_channel *hose_head, **hose_tail = &hose_head;
33 static void __devinit pcibios_scanbus(struct pci_channel *hose)
61 int __devinit register_pci_controller(struct pci_channel *hose)
115 struct pci_channel *hose;
135 struct pci_channel *hose = bus->sysdata;
160 struct pci_channel *hose = bus->sysdata;
187 struct pci_channel *hose = dev->sysdata;
207 struct pci_channel *hose = dev->sysdata;
222 struct pci_channel *hose = dev->sysdata;
304 pcibios_bus_report_status_early(struct pci_channel *hos
[all...]
H A Dpci-sh7780.c51 static struct pci_channel sh7780_pci_controller = {
90 struct pci_channel *hose = dev_id;
143 struct pci_channel *hose = dev_id;
160 static int __init sh7780_pci_setup_irqs(struct pci_channel *hose)
211 static inline void __init sh7780_pci_teardown_irqs(struct pci_channel *hose)
217 static void __init sh7780_pci66_init(struct pci_channel *hose)
242 struct pci_channel *chan = &sh7780_pci_controller;
H A Dpcie-sh7786.c20 struct pci_channel *hose;
114 static struct pci_channel sh7786_pci_channels[] = {
120 static int phy_wait_for_ack(struct pci_channel *chan)
134 static int pci_wait_for_irq(struct pci_channel *chan, unsigned int mask)
148 static void phy_write_reg(struct pci_channel *chan, unsigned int addr,
178 static int phy_init(struct pci_channel *chan)
206 struct pci_channel *chan = port->hose;
H A Dpci-sh4.h164 int pci_fixup_pcic(struct pci_channel *chan);
176 static inline void pci_write_reg(struct pci_channel *chan,
182 static inline unsigned long pci_read_reg(struct pci_channel *chan,
H A Dpci-sh7751.c22 static int __init __area_sdram_check(struct pci_channel *chan,
62 static struct pci_channel sh7751_pci_controller = {
80 struct pci_channel *chan = &sh7751_pci_controller;
H A Dfixups-dreamcast.c33 struct pci_channel *p = dev->sysdata;
H A Dfixups-rts7751r2d.c42 int pci_fixup_pcic(struct pci_channel *chan)
H A Dfixups-se7751.c37 int pci_fixup_pcic(struct pci_channel *chan)
H A Dpci-dreamcast.c42 static struct pci_channel dreamcast_pci_controller = {
H A Dops-sh7786.c27 struct pci_channel *chan = bus->sysdata;
H A Dpci-sh5.c94 static struct pci_channel sh5pci_controller = {
H A Dpcie-sh7786.h519 pci_write_reg(struct pci_channel *chan, unsigned long val, unsigned long reg)
525 pci_read_reg(struct pci_channel *chan, unsigned long reg)

Completed in 104 milliseconds