Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppc/
H A Dppc.c447 ppc->ppc_model = NS_PC87332; in ppc_pc873xx_detect()
449 ppc->ppc_model = NS_PC87306; in ppc_pc873xx_detect()
451 ppc->ppc_model = NS_PC87334; in ppc_pc873xx_detect()
455 ppc->ppc_model = NS_PC87303; in ppc_pc873xx_detect()
759 ppc->ppc_model = type; in ppc_smc37c66xgt_detect()
926 ppc->ppc_model = type; in ppc_smc37c935_detect()
1047 ppc->ppc_model = WINB_W83877F; in ppc_w83877f_detect()
1051 ppc->ppc_model = WINB_W83877AF; in ppc_w83877f_detect()
1055 ppc->ppc_model = WINB_UNKNOWN; in ppc_w83877f_detect()
1209 ppc->ppc_model = SMC_LIKE; in ppc_generic_detect()
[all …]
H A Dppcreg.h63 int ppc_model; /* chipset model if detected */ member