Lines Matching refs:offx
889 req.offx = htons (0); /* = 0cm */
947 req.offx = htons (0); /* = 0cm */
1034 req.offx = htons (params->iLeft);
1154 req.offx = htons (pParams->iLeft); /* = 0cm */
1212 HP5400_DBG (DBG_MSG, "Off(%d,%d) : Len(%d,%d)\n", htons (req->offx),
1215 if (htons (req->offx) > 0x09F8)
1216 req->offx = htons (0x09F8);
1220 if( htons( req->offx ) < 0 ) req->offx = 0;
1223 if (htons (req->offx) + htons (req->lenx) > 0x09F8)
1224 req->lenx = htons (0x09F8 - htons (req->offx));