Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ppbus/
HDppbconf.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)
HDppbconf.c313 if (!(error = ppb_1284_negociate(bus, PPB_PS2, 0))) { in ppb_scan_bus()
341 if (!(error = ppb_1284_negociate(bus, PPB_PS2, in ppb_scan_bus()
HDppb_1284.c165 case PPB_PS2: in ppb_request_mode()
767 case PPB_PS2: in ppb_1284_negociate()
HDppb_msq.c85 case PPB_PS2: in mode2xfer()
HDpps.c231 i = ppb_set_mode(sc->ppbus, PPB_PS2); in ppsopen()
HDimmio.c392 if (ppb_set_mode(ppbus, PPB_PS2) != -1) { in imm_detect()
HDvpoio.c388 if (ppb_set_mode(ppbus, PPB_PS2) != -1) { in vpoio_detect()
/freebsd-11-stable/sys/dev/ppc/
HDppc.c336 else if (mode & PPB_PS2) in ppc_generic_setmode()
382 else if (mode & PPB_PS2) in ppc_smclike_setmode()
609 ppc->ppc_avm |= PPB_PS2; in ppc_pc873xx_detect()
669 if (chipset_mode & PPB_PS2) { in ppc_pc873xx_detect()