Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ppbus/
Dppbconf.c299 error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID); in ppb_scan_bus()
308 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE, 0))) { in ppb_scan_bus()
313 if (!(error = ppb_1284_negociate(bus, PPB_PS2, 0))) { in ppb_scan_bus()
318 if (!(error = ppb_1284_negociate(bus, PPB_ECP, 0))) { in ppb_scan_bus()
323 if (!(error = ppb_1284_negociate(bus, PPB_ECP, PPB_USE_RLE))) { in ppb_scan_bus()
328 if (!(error = ppb_1284_negociate(bus, PPB_EPP, 0))) { in ppb_scan_bus()
335 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE, in ppb_scan_bus()
341 if (!(error = ppb_1284_negociate(bus, PPB_PS2, in ppb_scan_bus()
347 if (!(error = ppb_1284_negociate(bus, PPB_ECP, in ppb_scan_bus()
353 if (!(error = ppb_1284_negociate(bus, PPB_ECP, in ppb_scan_bus()
[all …]
Dppb_1284.c540 if ((error = ppb_1284_negociate(bus, mode, 0))) in spp_1284_read()
550 if ((error = ppb_1284_negociate(bus, mode, 0))) in spp_1284_read()
608 if ((error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID))) in ppb_1284_read_id()
613 if ((error = ppb_1284_negociate(bus, PPB_BYTE, PPB_REQUEST_ID))) in ppb_1284_read_id()
658 ppb_1284_negociate(device_t bus, int mode, int options) in ppb_1284_negociate() function
Dppi.c379 if ((ppb_1284_negociate(ppbus, in ppiread()
387 if ((error = ppb_1284_negociate(ppbus, in ppiread()
474 if (ppb_1284_negociate(ppbus, PPB_ECP, 0)) { in ppiwrite()
Dppb_1284.h115 extern int ppb_1284_negociate(device_t, int, int);
Dimmio.c538 ret = ppb_1284_negociate(ppbus, negociate_mode); in imm_negociate()
Dlpt.c732 if ((error = ppb_1284_negociate(ppbus, PPB_NIBBLE, 0))) { in lptread()