Home
last modified time | relevance | path

Searched refs:SOC_MPC8379 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/
H A Dsoc.h18 SOC_MPC8379, enumerator
25 (type == SOC_MPC8379); in mpc83xx_has_sdhc()
34 (type == SOC_MPC8379); in mpc83xx_has_tsec()
41 (type == SOC_MPC8379); in mpc83xx_has_pcie1()
47 (type == SOC_MPC8379); in mpc83xx_has_pcie2()
53 (type == SOC_MPC8379); in mpc83xx_has_sata()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h246 if (soc_type == SOC_MPC8379) { in retrieve_mode()
H A Dmpc83xx_clk.c314 { .compatible = "fsl,mpc8379-clk", .data = SOC_MPC8379 },