Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppbconf.h86 #define PPB_IS_EPP(mode) (mode & PPB_EPP) macro
87 #define PPB_IN_EPP_MODE(bus) (PPB_IS_EPP (ppb_get_mode (bus)))
/freebsd/sys/dev/ppc/
H A Dppc.c1783 ppc_modes[ppc->ppc_mode], (PPB_IS_EPP(ppc->ppc_mode)) ? in ppc_attach()