Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_machdep.c290 uint32_t digprog, hwsoc; in imx_soc_type() local
304 hwsoc = (digprog >> IMX6_ANALOG_DIGPROG_SOCTYPE_SHIFT) & in imx_soc_type()
307 if (hwsoc != HWSOC_MX6SL) { in imx_soc_type()
309 hwsoc = (digprog & IMX6_ANALOG_DIGPROG_SOCTYPE_MASK) >> in imx_soc_type()
312 if (hwsoc == HWSOC_MX6DL) { in imx_soc_type()
317 hwsoc = HWSOC_MX6SOLO; in imx_soc_type()
324 switch (hwsoc) { in imx_soc_type()
342 "digprog 0x%08x; assuming IMXSOC_6Q\n", hwsoc, digprog); in imx_soc_type()