Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
H A Dsoc.h14 SOC_MPC8315, enumerator
32 (type == SOC_MPC8315) || in mpc83xx_has_tsec()
40 (type == SOC_MPC8315) || in mpc83xx_has_pcie1()
46 return (type == SOC_MPC8315) || in mpc83xx_has_pcie2()
52 return (type == SOC_MPC8315) || in mpc83xx_has_sata()
63 return (type != SOC_MPC8315) && in mpc83xx_has_second_i2c()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c49 return type == SOC_MPC8315; in is_clk_valid()
310 { .compatible = "fsl,mpc8315-clk", .data = SOC_MPC8315 },