Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_machdep.c67 static u_int soc_type; variable
73 soc_type = ALLWINNERSOC_A10; in a10_attach()
81 soc_type = ALLWINNERSOC_A13; in a13_attach()
89 soc_type = ALLWINNERSOC_A20; in a20_attach()
98 soc_type = ALLWINNERSOC_A31; in a31_attach()
107 soc_type = ALLWINNERSOC_A31S; in a31s_attach()
116 soc_type = ALLWINNERSOC_A33; in a33_attach()
125 soc_type = ALLWINNERSOC_A83T; in a83t_attach()
134 soc_type = ALLWINNERSOC_H3; in h3_attach()
297 return (soc_type); in allwinner_soc_type()