Lines Matching refs:ppc4xx_pciex_hwops
653 struct ppc4xx_pciex_hwops struct
662 static struct ppc4xx_pciex_hwops *ppc4xx_pciex_hwops; argument
923 static struct ppc4xx_pciex_hwops ppc440speA_pcie_hwops __initdata =
932 static struct ppc4xx_pciex_hwops ppc440speB_pcie_hwops __initdata =
1043 static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
1112 static struct ppc4xx_pciex_hwops apm821xx_pcie_hwops __initdata = {
1260 static struct ppc4xx_pciex_hwops ppc460sx_pcie_hwops __initdata = {
1355 static struct ppc4xx_pciex_hwops ppc405ex_pcie_hwops __initdata =
1405 static struct ppc4xx_pciex_hwops ppc_476fpe_pcie_hwops __initdata =
1424 ppc4xx_pciex_hwops = &ppc440speA_pcie_hwops; in ppc4xx_pciex_check_core_init()
1426 ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops; in ppc4xx_pciex_check_core_init()
1429 ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops; in ppc4xx_pciex_check_core_init()
1431 ppc4xx_pciex_hwops = &ppc460sx_pcie_hwops; in ppc4xx_pciex_check_core_init()
1433 ppc4xx_pciex_hwops = &apm821xx_pcie_hwops; in ppc4xx_pciex_check_core_init()
1437 ppc4xx_pciex_hwops = &ppc405ex_pcie_hwops; in ppc4xx_pciex_check_core_init()
1442 ppc4xx_pciex_hwops = &ppc_476fpe_pcie_hwops; in ppc4xx_pciex_check_core_init()
1444 if (ppc4xx_pciex_hwops == NULL) { in ppc4xx_pciex_check_core_init()
1449 count = ppc4xx_pciex_hwops->core_init(np); in ppc4xx_pciex_check_core_init()
1496 if (ppc4xx_pciex_hwops->port_init_hw) in ppc4xx_pciex_port_init()
1497 rc = ppc4xx_pciex_hwops->port_init_hw(port); in ppc4xx_pciex_port_init()
1507 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1508 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
1519 if (ppc4xx_pciex_hwops->setup_utl) in ppc4xx_pciex_port_init()
1520 ppc4xx_pciex_hwops->setup_utl(port); in ppc4xx_pciex_port_init()
2116 if (ppc4xx_pciex_hwops->want_sdr) { in ppc4xx_probe_pciex_bridge()