Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ppc/
H A Dppc.c587 ppc->ppc_epp = EPP_1_9; in ppc_pc873xx_detect()
589 ppc->ppc_epp = EPP_1_7; in ppc_pc873xx_detect()
640 ppc->ppc_epp = EPP_1_9; /* XXX */ in ppc_pc873xx_detect()
892 if (ppc->ppc_epp == EPP_1_9) in ppc_smc37c66xgt_detect()
950 if (ppc->ppc_epp == EPP_1_9) { in ppc_smc37c935_detect()
954 if (ppc->ppc_epp == EPP_1_7) { in ppc_smc37c935_detect()
967 if (ppc->ppc_epp == EPP_1_9) { in ppc_smc37c935_detect()
971 if (ppc->ppc_epp == EPP_1_7) { in ppc_smc37c935_detect()
1748 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4; in ppc_probe()
1787 ppc_epp_protocol[ppc->ppc_epp] : ""); in ppc_attach()
[all …]
H A Dppcreg.h104 int ppc_epp; /* EPP mode (1.7 or 1.9) */ member