Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ppc/
H A Dppc.c688 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_pc873xx_detect()
900 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_smc37c66xgt_detect()
984 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_smc37c935_detect()
1081 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_w83877f_detect()
1124 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_w83877f_detect()
1170 switch (ppc->ppc_type) { in ppc_w83877f_detect()
1190 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_generic_detect()
1213 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_generic_detect()
1237 switch (ppc->ppc_type) { in ppc_generic_detect()
1642 switch (ppc->ppc_type) { in ppc_setmode()
[all …]
H A Dppcreg.h66 int ppc_type; /* generic or smclike chipset type */ member