ebc 303 arch/powerpc/boot/4xx.c void ibm4xx_fixup_ebc_ranges(const char *ebc) ebc 323 arch/powerpc/boot/4xx.c devp = finddevice(ebc); ebc 325 arch/powerpc/boot/4xx.c fatal("Couldn't locate EBC node %s\n\r", ebc); ebc 335 arch/powerpc/boot/4xx.c u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; ebc 354 arch/powerpc/boot/4xx.c ebc = opb / epdv; ebc 385 arch/powerpc/boot/4xx.c dt_fixup_clock("/plb/opb/ebc", ebc); ebc 419 arch/powerpc/boot/4xx.c u32 cpu, plb, opb, ebc, vco; ebc 459 arch/powerpc/boot/4xx.c ebc = (per_clk_from_opb ? opb : plb) / perdv0; ebc 475 arch/powerpc/boot/4xx.c dt_fixup_clock("/plb/opb/ebc", ebc); ebc 554 arch/powerpc/boot/4xx.c u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; ebc 593 arch/powerpc/boot/4xx.c ebc = plb / epdv; ebc 615 arch/powerpc/boot/4xx.c dt_fixup_clock("/plb/ebc", ebc); ebc 626 arch/powerpc/boot/4xx.c u32 cpu, plb, opb, ebc, uart0, uart1; ebc 650 arch/powerpc/boot/4xx.c ebc = plb / epdv; ebc 658 arch/powerpc/boot/4xx.c dt_fixup_clock("/plb/ebc", ebc); ebc 749 arch/powerpc/boot/4xx.c u32 cpu, plb, opb, ebc, vco, tb, uart0, uart1; ebc 788 arch/powerpc/boot/4xx.c ebc = opb / perdv0; ebc 796 arch/powerpc/boot/4xx.c dt_fixup_clock("/plb/opb/ebc", ebc); ebc 20 arch/powerpc/boot/4xx.h void ibm4xx_fixup_ebc_ranges(const char *ebc);