Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
451 ctx->alchemy_pci_ctrl.pci_ops = &alchemy_pci_ops; in alchemy_pci_probe()
452 ctx->alchemy_pci_ctrl.mem_resource = &alchemy_pci_def_memres; in alchemy_pci_probe()
453 ctx->alchemy_pci_ctrl.io_resource = &alchemy_pci_def_iores; in alchemy_pci_probe()
470 set_io_port_base((unsigned long)ctx->alchemy_pci_ctrl.io_map_base); in alchemy_pci_probe()
483 register_pci_controller(&ctx->alchemy_pci_ctrl); in alchemy_pci_probe()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds