Home
last modified time | relevance | path

Searched refs:PPB_REQUEST_ID (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ppbus/
HDppbconf.c299 error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID); in ppb_scan_bus()
336 PPB_REQUEST_ID))) { in ppb_scan_bus()
342 PPB_REQUEST_ID))) { in ppb_scan_bus()
348 PPB_REQUEST_ID))) { in ppb_scan_bus()
354 PPB_REQUEST_ID | PPB_USE_RLE))) { in ppb_scan_bus()
HDppb_1284.c161 request_mode = (options & PPB_REQUEST_ID) ? in ppb_request_mode()
166 request_mode = (options & PPB_REQUEST_ID) ? in ppb_request_mode()
172 request_mode = (options & PPB_REQUEST_ID) ? in ppb_request_mode()
176 request_mode = (options & PPB_REQUEST_ID) ? in ppb_request_mode()
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()
HDppb_1284.h81 #define PPB_REQUEST_ID 0x1 macro