Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-alchemy.c35 struct pci_controller alchemy_pci_ctrl; /* leave as first member! */ member
429 ctx->alchemy_pci_ctrl.io_map_base = (unsigned long)virt_io; in alchemy_pci_probe()
450 ctx->alchemy_pci_ctrl.pci_ops = &alchemy_pci_ops; in alchemy_pci_probe()
451 ctx->alchemy_pci_ctrl.mem_resource = &alchemy_pci_def_memres; in alchemy_pci_probe()
452 ctx->alchemy_pci_ctrl.io_resource = &alchemy_pci_def_iores; in alchemy_pci_probe()
469 set_io_port_base((unsigned long)ctx->alchemy_pci_ctrl.io_map_base); in alchemy_pci_probe()
482 register_pci_controller(&ctx->alchemy_pci_ctrl); in alchemy_pci_probe()