Searched refs:IEEE1284_EXT_LINK (Results 1 – 3 of 3) sorted by relevance
377 if (mode & IEEE1284_EXT_LINK) in parport_negotiate()458 if (mode & IEEE1284_EXT_LINK) { in parport_negotiate()518 if (!(mode & IEEE1284_EXT_LINK) && (m & IEEE1284_MODE_ECP)) { in parport_negotiate()
81 #define IEEE1284_EXT_LINK (1<<14) /* This flag causes the macro
174 if(extensibility) mode = UPLOAD_FLAG|ECP_TRANSFER|IEEE1284_EXT_LINK; in ReverseSetup()