Lines Matching defs:mult
121 int index, u8 mult);
555 * ppc440spe_desc_set_src_mult - set source address mult into the descriptor
1241 unsigned char mult, int index, int dst_pos);
1868 u8 xor_arg_no, u8 idx, u8 mult)
1872 xcb->ops[xor_arg_no].h |= mult << (DMA_CUED_MULT1_OFF + idx * 8);
2281 unsigned char mult = 1;
2384 /* setup dst/src/mult */
2396 * So, for P case set-up mult=1 explicitly.
2399 mult = scf[src_cnt];
2401 mult, src_cnt, dst_cnt - 1);
2426 unsigned char mult = 1;
2484 /* setup dst/src/mult */
2494 mult = scf[src_cnt];
2496 mult, src_cnt, dst_cnt - 1);
2821 /* addr is always SG2 then the mult is always DST1 */
2912 * then make dest addresses cued with mult=1 (XOR).
2976 * then make dest addresses cued with mult=1 (XOR).
3400 int index, u8 mult)
3405 /* get the RXOR operand which corresponds to index mult */
3426 ppc440spe_rxor_set_mult(desc, k - 1, op - index - 1, mult);
3429 ppc440spe_rxor_set_mult(desc, k - 1, index - lop, mult);
3448 unsigned char mult, int index, int dst_pos)
3501 mult_idx, mult_dst, mult);
3505 * we've just set Q mult. Set-up P now.
3517 /* both P & Q calculations required; set P mult here */
3520 /* and then set Q mult */
3524 ppc440spe_adma_dma2rxor_set_mult(iter, index, mult);