Searched refs:iowa_bus (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dio-workarounds.h16 struct iowa_bus { struct
23 int (*)(struct iowa_bus *, void *), void *);
24 struct iowa_bus *iowa_mem_find_bus(const PCI_IO_ADDR);
25 struct iowa_bus *iowa_pio_find_bus(unsigned long);
28 extern int spiderpci_iowa_init(struct iowa_bus *, void *);
/linux-master/arch/powerpc/kernel/
H A Dio-workarounds.c24 static struct iowa_bus iowa_busses[IOWA_MAX_BUS];
27 static struct iowa_bus *iowa_pci_find(unsigned long vaddr, unsigned long paddr)
34 struct iowa_bus *bus = &iowa_busses[i];
56 struct iowa_bus *iowa_mem_find_bus(const PCI_IO_ADDR addr)
58 struct iowa_bus *bus;
83 struct iowa_bus *iowa_mem_find_bus(const PCI_IO_ADDR addr)
90 struct iowa_bus *iowa_pio_find_bus(unsigned long port)
96 struct iowa_bus *iowa_pio_find_bus(unsigned long port)
105 struct iowa_bus *bus; \
115 struct iowa_bus *bu
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pci.c25 static void spiderpci_io_flush(struct iowa_bus *bus)
111 int __init spiderpci_iowa_init(struct iowa_bus *bus, void *data)

Completed in 177 milliseconds