Lines Matching defs:mult
121 int index, u8 mult);
555 * ppc440spe_desc_set_src_mult - set source address mult into the descriptor
1243 unsigned char mult, int index, int dst_pos);
1870 u8 xor_arg_no, u8 idx, u8 mult)
1874 xcb->ops[xor_arg_no].h |= mult << (DMA_CUED_MULT1_OFF + idx * 8);
2283 unsigned char mult = 1;
2386 /* setup dst/src/mult */
2398 * So, for P case set-up mult=1 explicitly.
2401 mult = scf[src_cnt];
2403 mult, src_cnt, dst_cnt - 1);
2428 unsigned char mult = 1;
2486 /* setup dst/src/mult */
2496 mult = scf[src_cnt];
2498 mult, src_cnt, dst_cnt - 1);
2823 /* addr is always SG2 then the mult is always DST1 */
2914 * then make dest addresses cued with mult=1 (XOR).
2978 * then make dest addresses cued with mult=1 (XOR).
3403 int index, u8 mult)
3408 /* get the RXOR operand which corresponds to index mult */
3429 ppc440spe_rxor_set_mult(desc, k - 1, op - index - 1, mult);
3432 ppc440spe_rxor_set_mult(desc, k - 1, index - lop, mult);
3451 unsigned char mult, int index, int dst_pos)
3504 mult_idx, mult_dst, mult);
3508 * we've just set Q mult. Set-up P now.
3520 /* both P & Q calculations required; set P mult here */
3523 /* and then set Q mult */
3527 ppc440spe_adma_dma2rxor_set_mult(iter, index, mult);