Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dpci.c651 struct ppc4xx_pciex_hwops struct
660 static struct ppc4xx_pciex_hwops *ppc4xx_pciex_hwops; argument
1424 ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops; in ppc4xx_pciex_check_core_init()
1439 if (ppc4xx_pciex_hwops == NULL) { in ppc4xx_pciex_check_core_init()
1444 count = ppc4xx_pciex_hwops->core_init(np); in ppc4xx_pciex_check_core_init()
1491 if (ppc4xx_pciex_hwops->port_init_hw) in ppc4xx_pciex_port_init()
1502 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1503 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
1514 if (ppc4xx_pciex_hwops->setup_utl) in ppc4xx_pciex_port_init()
1515 ppc4xx_pciex_hwops->setup_utl(port); in ppc4xx_pciex_port_init()
[all …]