Home
last modified time | relevance | path

Searched refs:PPBUS_EPP (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/ppbus/
Dppbus_var.h10 #define PPBUS_EPP 0x08 /* EPP mode, 32 bit */ macro
19 #define PPBUS_IS_EPP(mode) ((mode) & PPBUS_EPP)
Dppbus_base.c207 case PPBUS_EPP: in ppbus_set_mode()
633 error = ppbus_1284_negotiate(dev, PPBUS_EPP, 0); in ppbus_scan_bus()
Dppbus_1284.c159 case PPBUS_EPP: in ppbus_request_mode()
626 case PPBUS_EPP: in ppbus_1284_negotiate()
Dlpt.c651 case PPBUS_EPP: in lptioctl()
680 val = PPBUS_EPP; in lptioctl()
Dppbus_msq.c98 case PPBUS_EPP: in mode2xfer()
/netbsd/src/sys/dev/ic/
Datppc.c931 case PPBUS_EPP: in atppc_setmode()
983 case PPBUS_EPP: in atppc_setmode()
1054 mode = PPBUS_EPP; in atppc_getmode()
/netbsd/src/sys/arch/sgimips/hpc/
Dpi1ppc.c602 case PPBUS_EPP: in pi1ppc_setmode()