Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_machdep.c64 static u_int soc_type; variable
70 soc_type = ALLWINNERSOC_A10; in a10_attach()
78 soc_type = ALLWINNERSOC_A13; in a13_attach()
86 soc_type = ALLWINNERSOC_A20; in a20_attach()
95 soc_type = ALLWINNERSOC_A31; in a31_attach()
104 soc_type = ALLWINNERSOC_A31S; in a31s_attach()
113 soc_type = ALLWINNERSOC_A33; in a33_attach()
122 soc_type = ALLWINNERSOC_A83T; in a83t_attach()
131 soc_type = ALLWINNERSOC_H3; in h3_attach()
294 return (soc_type); in allwinner_soc_type()
/freebsd/sys/dev/ahci/
H A Dahci_fsl_fdt.c171 int soc_type; member
195 switch (ctrl->soc_type) { in ahci_fsl_fdt_ecc_init()
233 panic("Unimplemented SOC type: %d", ctrl->soc_type); in ahci_fsl_fdt_ecc_init()
246 if (ctrl->soc_type == QORIQ_AHCI_LS1021A) { in ahci_fsl_fdt_phy_init()
303 ctlr->soc_type = in ahci_fsl_fdt_attach()