Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppc/
H A Dppc.c690 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_pc873xx_detect()
903 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_smc37c66xgt_detect()
987 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_smc37c935_detect()
1084 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_w83877f_detect()
1127 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_w83877f_detect()
1173 switch (ppc->ppc_type) { in ppc_w83877f_detect()
1193 ppc->ppc_type = PPC_TYPE_GENERIC; in ppc_generic_detect()
1216 ppc->ppc_type = PPC_TYPE_SMCLIKE; in ppc_generic_detect()
1240 switch (ppc->ppc_type) { in ppc_generic_detect()
1648 switch (ppc->ppc_type) { in ppc_setmode()
[all …]
H A Dppcreg.h66 int ppc_type; /* generic or smclike chipset type */ member