Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Docp.c275 ocp_find_device(unsigned int vendor, unsigned int function, int index) in ocp_find_device() function
305 dev = ocp_find_device(vendor, function, index); in ocp_get_one_device()
557 EXPORT_SYMBOL(ocp_find_device);
/linux-2.4.37.9/include/asm-ppc/
Docp.h195 extern struct ocp_device *ocp_find_device(unsigned int vendor, unsigned int function, int index);
/linux-2.4.37.9/drivers/net/ibm_emac/
Dibm_ocp_enet.c1242 maldev = ocp_find_device(OCP_ANY_ID, OCP_FUNC_MAL, emacdata->mal_idx); in emac_probe()
1252 mdiodev = ocp_find_device(OCP_ANY_ID, OCP_FUNC_EMAC, emacdata->mdio_idx); in emac_probe()
1296 ep->zmii_dev = ocp_find_device(OCP_ANY_ID, OCP_FUNC_ZMII, emacdata->zmii_idx); in emac_probe()