Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppc/
H A Dppc.c451 ppc->ppc_model = NS_PC87332; in ppc_pc873xx_detect()
453 ppc->ppc_model = NS_PC87306; in ppc_pc873xx_detect()
455 ppc->ppc_model = NS_PC87334; in ppc_pc873xx_detect()
459 ppc->ppc_model = NS_PC87303; in ppc_pc873xx_detect()
765 ppc->ppc_model = type; in ppc_smc37c66xgt_detect()
932 ppc->ppc_model = type; in ppc_smc37c935_detect()
1053 ppc->ppc_model = WINB_W83877F; in ppc_w83877f_detect()
1057 ppc->ppc_model = WINB_W83877AF; in ppc_w83877f_detect()
1061 ppc->ppc_model = WINB_UNKNOWN; in ppc_w83877f_detect()
1215 ppc->ppc_model = SMC_LIKE; in ppc_generic_detect()
[all …]
H A Dppcreg.h65 int ppc_model; /* chipset model if detected */ member