Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dibmstbx25.c41 struct ocp_def core_ocp[] __initdata = { variable
Dibmstb4.c47 struct ocp_def core_ocp[] __initdata = { variable
Dibm405gp.c56 struct ocp_def core_ocp[] __initdata = { variable
Dibm440gp.c55 struct ocp_def core_ocp[] __initdata = { variable
Dibm440gx.c55 struct ocp_def core_ocp[] __initdata = { variable
/linux-2.4.37.9/arch/ppc/kernel/
Docp.c52 extern struct ocp_def core_ocp[]; /* Static list of devices, provided by
512 for (def = core_ocp; def->vendor != OCP_VENDOR_INVALID; def++) in ocp_early_init()