Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
H A Dsoc.h11 SOC_MPC8308, enumerator
23 return (type == SOC_MPC8308) || in mpc83xx_has_sdhc()
30 return (type == SOC_MPC8308) || in mpc83xx_has_tsec()
39 return (type == SOC_MPC8308) || in mpc83xx_has_pcie1()
58 return type != SOC_MPC8308; in mpc83xx_has_pci()
/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()
307 { .compatible = "fsl,mpc8308-clk", .data = SOC_MPC8308 },