Searched refs:imx_soc_type (Results 1 – 2 of 2) sorted by relevance
101 uint32_t imx_soc_type(void) in imx_soc_type() function111 return imx_soc_type() == SOC_MX6SL; in soc_is_imx6sl()116 return imx_soc_type() == SOC_MX6SLL; in soc_is_imx6sll()121 return imx_soc_type() == SOC_MX6SX; in soc_is_imx6sx()126 return imx_soc_type() == SOC_MX6UL; in soc_is_imx6ul()131 return imx_soc_type() == SOC_MX6ULL; in soc_is_imx6ull()136 return imx_soc_type() == SOC_MX6DL; in soc_is_imx6sdl()141 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 0); in soc_is_imx6dq()146 return (imx_soc_type() == SOC_MX6Q) && (imx_soc_rev_major() == 1); in soc_is_imx6dqp()151 uint32_t soc = imx_soc_type(); in soc_is_imx6()[all …]
51 uint32_t imx_soc_type(void);