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);
1064 d->cicr = CICR_DROP_IE | CICR_BLOCK_IE;
1068 d->cicr |= CICR_TOUT_IE;
1078 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1201 d->cicr = CICR_DROP_IE;
1203 d->cicr |= CICR_FRAME_IE;
1208 d->cicr |= CICR_TOUT_IE;
1227 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1270 d->cicr |= CICR_FRAME_IE;
1277 d->cicr |= CICR_TOUT_IE;
1281 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;
1355 d->cicr = CICR_DROP_IE | CICR_FRAME_IE;
1360 d->cicr |= CICR_TOUT_IE;
1364 d->cicr |= CICR_MISALIGNED_ERR_IE | CICR_TRANS_ERR_IE;