Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dmpc83xx_cpu.c27 enum e300_type e300_type; member
178 priv->e300_type = E300C1; in determine_e300_type()
181 priv->e300_type = E300C2; in determine_e300_type()
184 priv->e300_type = E300C3; in determine_e300_type()
187 priv->e300_type = E300C4; in determine_e300_type()
190 priv->e300_type = E300_UNKNOWN; in determine_e300_type()
266 e300_names[priv->e300_type], in mpc83xx_cpu_get_desc()
H A Dmpc83xx_cpu.h18 enum e300_type { enum