Home
last modified time | relevance | path

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

/dragonfly/sys/bus/ppbus/
H A Dppbconf.h42 #define PPB_PS2 0x2 /* PS/2 byte mode */ macro
47 #define PPB_SPP PPB_NIBBLE|PPB_PS2
48 #define PPB_BYTE PPB_PS2
56 #define PPB_IN_PS2_MODE(bus) (ppb_get_mode (bus) & PPB_PS2)
H A Dppbconf.c322 if (!(error = ppb_1284_negotiate(bus, PPB_PS2, 0))) { in ppb_scan_bus()
350 if (!(error = ppb_1284_negotiate(bus, PPB_PS2, in ppb_scan_bus()
H A Dppb_1284.c157 case PPB_PS2: in ppb_request_mode()
759 case PPB_PS2: in ppb_1284_negotiate()
H A Dppb_msq.c81 case PPB_PS2: in mode2xfer()
/dragonfly/sys/dev/misc/ppc/
H A Dppc.c354 else if (mode & PPB_PS2) in ppc_generic_setmode()
400 else if (mode & PPB_PS2) in ppc_smclike_setmode()
627 ppc->ppc_avm |= PPB_PS2; in ppc_pc873xx_detect()
687 if (chipset_mode & PPB_PS2) { in ppc_pc873xx_detect()
/dragonfly/sys/dev/disk/vpo/
H A Dimmio.c387 if (ppb_set_mode(ppbus, PPB_PS2) != -1) { in imm_detect()
H A Dvpoio.c389 if (ppb_set_mode(ppbus, PPB_PS2) != -1) { in vpoio_detect()