Lines Matching defs:cicr
92 uint16_t cicr;
123 uint16_t cicr; /* CICR value */
280 t2_desc->cicr = d->cicr;
282 t2_desc->cicr &= ~CICR_BLOCK_IE;
425 uint16_t cicr = d->cicr;
448 cicr &= ~CICR_BLOCK_IE;
454 omap_dma_chan_write(c, CICR, cicr);
1059 d->cicr = CICR_DROP_IE | CICR_BLOCK_IE;
1063 d->cicr |= CICR_TOUT_IE;
1073 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1196 d->cicr = CICR_DROP_IE;
1198 d->cicr |= CICR_FRAME_IE;
1203 d->cicr |= CICR_TOUT_IE;
1222 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1265 d->cicr |= CICR_FRAME_IE;
1272 d->cicr |= CICR_TOUT_IE;
1276 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1350 d->cicr = CICR_DROP_IE | CICR_FRAME_IE;
1355 d->cicr |= CICR_TOUT_IE;
1359 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;