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

/linux-4.4.14/arch/mips/pci/
H A Dpci-alchemy.c34 struct pci_controller alchemy_pci_ctrl; /* leave as first member! */ member in struct:alchemy_pci_context
428 ctx->alchemy_pci_ctrl.io_map_base = (unsigned long)virt_io; alchemy_pci_probe()
449 ctx->alchemy_pci_ctrl.pci_ops = &alchemy_pci_ops; alchemy_pci_probe()
450 ctx->alchemy_pci_ctrl.mem_resource = &alchemy_pci_def_memres; alchemy_pci_probe()
451 ctx->alchemy_pci_ctrl.io_resource = &alchemy_pci_def_iores; alchemy_pci_probe()
468 set_io_port_base((unsigned long)ctx->alchemy_pci_ctrl.io_map_base); alchemy_pci_probe()
481 register_pci_controller(&ctx->alchemy_pci_ctrl); alchemy_pci_probe()

Completed in 33 milliseconds