| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | pci-bridge.h | 26 struct pci_controller { struct 27 struct pci_bus *bus; 28 char is_dynamic; 29 struct device_node *dn; 30 struct list_head list_node; 31 struct device *parent; 33 int first_busno; 34 int last_busno; 36 int self_busno; 38 void __iomem *io_base_virt; [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | pci-bridge.h | 33 struct pci_controller { struct 34 int index; /* used for pci_controller_num */ argument 35 struct pci_controller *next; argument 36 struct pci_bus *bus; 37 void *arch_data; 39 int first_busno; 40 int last_busno; 42 struct pci_ops *ops; 43 volatile unsigned int *cfg_addr; 44 volatile unsigned char *cfg_data; [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | pci-bridge.h | 52 struct pci_controller { struct 53 struct pci_bus *bus; 54 char is_dynamic; 56 int node; 81 struct pci_controller_ops controller_ops; argument 82 struct pci_ops *ops; 83 unsigned int __iomem *cfg_addr; 84 void __iomem *cfg_data; 134 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | pci.h | 21 struct pci_controller { struct 22 struct pci_controller *next; argument 23 struct pci_bus *bus; 24 struct resource *io_space; 25 struct resource *mem_space; 30 unsigned long sparse_mem_base; 31 unsigned long dense_mem_base; 32 unsigned long sparse_io_base; 33 unsigned long dense_io_base; 36 unsigned long config_space_base; [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pci.h | 30 struct pci_controller { struct 31 struct list_head list; 32 struct pci_bus *bus; 33 struct device_node *of_node; 35 struct pci_ops *pci_ops; 59 extern void register_pci_controller(struct pci_controller *hose); argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pci.h | 46 struct pci_controller { struct 56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 543 struct pci_controller { struct 548 struct pci_controller *next; argument 561 * pci_controller for both the controller and any bridge devices argument 574 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument 577 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); argument 578 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); argument 579 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); argument 580 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); argument 581 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); argument 582 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-lantiq.c | 74 static struct pci_controller pci_controller = { variable
|
| H A D | pci-ar724x.c | 51 struct pci_controller pci_controller; member
|
| H A D | pci-rt3883.c | 64 struct pci_controller pci_controller; member
|
| /OK3568_Linux_fs/kernel/include/linux/ssb/ |
| H A D | ssb_driver_gige.h | 48 struct pci_controller pci_controller; member
|
| /OK3568_Linux_fs/kernel/include/linux/bcma/ |
| H A D | bcma_driver_pci.h | 218 struct pci_controller pci_controller; member
|