Searched refs:PPB_PS2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h75 #define PPB_PS2 0x2 /* PS/2 byte mode */ macro
80 #define PPB_SPP PPB_NIBBLE|PPB_PS2
81 #define PPB_BYTE PPB_PS2
89 #define PPB_IN_PS2_MODE(bus) (ppb_get_mode (bus) & PPB_PS2)
H A Dppbconf.c313 if (!(error = ppb_1284_negociate(bus, PPB_PS2, 0))) {
341 if (!(error = ppb_1284_negociate(bus, PPB_PS2,
H A Dppb_msq.c85 case PPB_PS2:
H A Dppb_1284.c165 case PPB_PS2:
767 case PPB_PS2:
H A Dpps.c231 i = ppb_set_mode(sc->ppbus, PPB_PS2);
H A Dimmio.c392 if (ppb_set_mode(ppbus, PPB_PS2) != -1) {
H A Dvpoio.c388 if (ppb_set_mode(ppbus, PPB_PS2) != -1) {
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c336 else if (mode & PPB_PS2)
382 else if (mode & PPB_PS2)
609 ppc->ppc_avm |= PPB_PS2;
669 if (chipset_mode & PPB_PS2) {

Completed in 71 milliseconds