Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sh/drivers/pci/
Dpcie-sh7786.c40 async_func_t port_init_hw; member
543 .port_init_hw = sh7786_pcie_init_hw,
602 async_schedule(sh7786_pcie_hwops->port_init_hw, port); in sh7786_pcie_init()
/Linux-v6.1/arch/powerpc/platforms/4xx/
Dpci.c658 int (*port_init_hw)(struct ppc4xx_pciex_port *port); member
928 .port_init_hw = ppc440speA_pciex_init_port_hw,
937 .port_init_hw = ppc440speB_pciex_init_port_hw,
1048 .port_init_hw = ppc460ex_pciex_init_port_hw,
1116 .port_init_hw = apm821xx_pciex_init_port_hw,
1262 .port_init_hw = ppc460sx_pciex_init_port_hw,
1358 .port_init_hw = ppc405ex_pciex_init_port_hw,
1494 if (ppc4xx_pciex_hwops->port_init_hw) in ppc4xx_pciex_port_init()
1495 rc = ppc4xx_pciex_hwops->port_init_hw(port); in ppc4xx_pciex_port_init()