Lines Matching refs:ppc4xx_pciex_hwops

659 struct ppc4xx_pciex_hwops  struct
668 static struct ppc4xx_pciex_hwops *ppc4xx_pciex_hwops; argument
929 static struct ppc4xx_pciex_hwops ppc440speA_pcie_hwops __initdata =
938 static struct ppc4xx_pciex_hwops ppc440speB_pcie_hwops __initdata =
1049 static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
1118 static struct ppc4xx_pciex_hwops apm821xx_pcie_hwops __initdata = {
1266 static struct ppc4xx_pciex_hwops ppc460sx_pcie_hwops __initdata = {
1361 static struct ppc4xx_pciex_hwops ppc405ex_pcie_hwops __initdata =
1411 static struct ppc4xx_pciex_hwops ppc_476fpe_pcie_hwops __initdata =
1430 ppc4xx_pciex_hwops = &ppc440speA_pcie_hwops; in ppc4xx_pciex_check_core_init()
1432 ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops; in ppc4xx_pciex_check_core_init()
1435 ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops; in ppc4xx_pciex_check_core_init()
1437 ppc4xx_pciex_hwops = &ppc460sx_pcie_hwops; in ppc4xx_pciex_check_core_init()
1439 ppc4xx_pciex_hwops = &apm821xx_pcie_hwops; in ppc4xx_pciex_check_core_init()
1443 ppc4xx_pciex_hwops = &ppc405ex_pcie_hwops; in ppc4xx_pciex_check_core_init()
1448 ppc4xx_pciex_hwops = &ppc_476fpe_pcie_hwops; in ppc4xx_pciex_check_core_init()
1450 if (ppc4xx_pciex_hwops == NULL) { in ppc4xx_pciex_check_core_init()
1456 count = ppc4xx_pciex_hwops->core_init(np); in ppc4xx_pciex_check_core_init()
1503 if (ppc4xx_pciex_hwops->port_init_hw) in ppc4xx_pciex_port_init()
1504 rc = ppc4xx_pciex_hwops->port_init_hw(port); in ppc4xx_pciex_port_init()
1514 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1515 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
1526 if (ppc4xx_pciex_hwops->setup_utl) in ppc4xx_pciex_port_init()
1527 ppc4xx_pciex_hwops->setup_utl(port); in ppc4xx_pciex_port_init()
2125 if (ppc4xx_pciex_hwops->want_sdr) { in ppc4xx_probe_pciex_bridge()