Home
last modified time | relevance | path

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

/freebsd/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))) { in ppb_scan_bus()
341 if (!(error = ppb_1284_negociate(bus, PPB_PS2, in ppb_scan_bus()
H A Dppb_1284.c164 case PPB_PS2: in ppb_request_mode()
761 case PPB_PS2: in ppb_1284_negociate()
H A Dppb_msq.c86 case PPB_PS2: in mode2xfer()
H A Dpps.c232 i = ppb_set_mode(sc->ppbus, PPB_PS2); in ppsopen()
/freebsd/sys/dev/ppc/
H A Dppc.c331 else if (mode & PPB_PS2) in ppc_generic_setmode()
377 else if (mode & PPB_PS2) in ppc_smclike_setmode()
602 ppc->ppc_avm |= PPB_PS2; in ppc_pc873xx_detect()
662 if (chipset_mode & PPB_PS2) { in ppc_pc873xx_detect()