Lines Matching refs:result
332 uchar result;
341 result = sx_table[round_period(period,sx_table)].reg_value;
342 result |= (offset < OPTIMUM_SX_OFF) ? offset : OPTIMUM_SX_OFF;
343 result |= fast;
344 return result;
380 * - result is what you'd expect
384 cmd->result = 0;
856 cmd->result = DID_NO_CONNECT << 16;
1073 * synchronous fifo depth of 0. This will result in asynchronous
1180 cmd->result =
1182 result & 0x00ffff) | (DID_ERROR << 16);
1184 cmd->result =
1266 cmd->result =
1267 (cmd->result & 0x00ffff) | (DID_ERROR << 16);
1269 cmd->result = cmd->SCp.Status | (cmd->SCp.Message << 8);
1300 cmd->result =
1302 result & 0x00ffff) | (DID_ERROR << 16);
1304 cmd->result =
1596 SCpnt->result = DID_RESET << 16;
1631 cmd->result = DID_ABORT << 16;
1705 cmd->result = DID_ABORT << 16;