Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
H A Dsoc.h12 SOC_MPC8309, enumerator
24 (type == SOC_MPC8309) || in mpc83xx_has_sdhc()
69 return (type == SOC_MPC8309) || in mpc83xx_has_quicc_engine()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c45 return (type == SOC_MPC8308) || (type == SOC_MPC8309); in is_clk_valid()
66 return (type == SOC_MPC8308) || (type == SOC_MPC8309); in is_clk_valid()
75 return mpc83xx_has_quicc_engine(type) && (type != SOC_MPC8309); in is_clk_valid()
308 { .compatible = "fsl,mpc8309-clk", .data = SOC_MPC8309 },