Searched refs:PPB_NIBBLE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h74 #define PPB_NIBBLE 0x1 /* reverse 4 bit mode */ macro
80 #define PPB_SPP PPB_NIBBLE|PPB_PS2
88 #define PPB_IN_NIBBLE_MODE(bus) (ppb_get_mode (bus) & PPB_NIBBLE)
H A Dppb_1284.c160 case PPB_NIBBLE:
564 case PPB_NIBBLE:
606 case PPB_NIBBLE:
608 if ((error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID)))
610 error = spp_1284_read(bus, PPB_NIBBLE, buffer, max, read);
637 case PPB_NIBBLE:
766 case PPB_NIBBLE:
H A Dppbconf.c216 if ((error = ppb_1284_read_id(bus, PPB_NIBBLE, str,
299 error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID);
308 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE, 0))) {
335 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE,
H A Dppb_msq.c82 case PPB_NIBBLE:
H A Dppi.c380 ppi->ppi_mode = PPB_NIBBLE, 0))) {
H A Dlpt.c732 if ((error = ppb_1284_negociate(ppbus, PPB_NIBBLE, 0))) {
740 if ((error = ppb_1284_read(ppbus, PPB_NIBBLE,
H A Dimmio.c396 if (ppb_set_mode(ppbus, PPB_NIBBLE) != -1) {
H A Dvpoio.c391 if (ppb_set_mode(ppbus, PPB_NIBBLE) == -1)
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c580 ppc->ppc_avm |= PPB_NIBBLE;
1232 ppc->ppc_dtm |= PPB_NIBBLE;

Completed in 118 milliseconds