Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppc/
H A Dppc.c584 ppc->ppc_epp = EPP_1_9; in ppc_pc873xx_detect()
586 ppc->ppc_epp = EPP_1_7; in ppc_pc873xx_detect()
637 ppc->ppc_epp = EPP_1_9; /* XXX */ in ppc_pc873xx_detect()
889 if (ppc->ppc_epp == EPP_1_9) in ppc_smc37c66xgt_detect()
947 if (ppc->ppc_epp == EPP_1_9) { in ppc_smc37c935_detect()
951 if (ppc->ppc_epp == EPP_1_7) { in ppc_smc37c935_detect()
964 if (ppc->ppc_epp == EPP_1_9) { in ppc_smc37c935_detect()
968 if (ppc->ppc_epp == EPP_1_7) { in ppc_smc37c935_detect()
1745 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4; in ppc_probe()
1784 ppc_epp_protocol[ppc->ppc_epp] : ""); in ppc_attach()
[all …]
H A Dppcreg.h102 int ppc_epp; /* EPP mode (1.7 or 1.9) */ member