Lines Matching full:rr
417 #define RR(dispc, reg) \ macro
536 /*RR(dispc, IRQENABLE);*/ in dispc_restore_context()
537 /*RR(dispc, CONTROL);*/ in dispc_restore_context()
538 RR(dispc, CONFIG); in dispc_restore_context()
539 RR(dispc, LINE_NUMBER); in dispc_restore_context()
542 RR(dispc, GLOBAL_ALPHA); in dispc_restore_context()
544 RR(dispc, CONFIG2); in dispc_restore_context()
546 RR(dispc, CONFIG3); in dispc_restore_context()
549 RR(dispc, DEFAULT_COLOR(i)); in dispc_restore_context()
550 RR(dispc, TRANS_COLOR(i)); in dispc_restore_context()
551 RR(dispc, SIZE_MGR(i)); in dispc_restore_context()
554 RR(dispc, TIMING_H(i)); in dispc_restore_context()
555 RR(dispc, TIMING_V(i)); in dispc_restore_context()
556 RR(dispc, POL_FREQ(i)); in dispc_restore_context()
557 RR(dispc, DIVISORo(i)); in dispc_restore_context()
559 RR(dispc, DATA_CYCLE1(i)); in dispc_restore_context()
560 RR(dispc, DATA_CYCLE2(i)); in dispc_restore_context()
561 RR(dispc, DATA_CYCLE3(i)); in dispc_restore_context()
564 RR(dispc, CPR_COEF_R(i)); in dispc_restore_context()
565 RR(dispc, CPR_COEF_G(i)); in dispc_restore_context()
566 RR(dispc, CPR_COEF_B(i)); in dispc_restore_context()
571 RR(dispc, OVL_BA0(i)); in dispc_restore_context()
572 RR(dispc, OVL_BA1(i)); in dispc_restore_context()
573 RR(dispc, OVL_POSITION(i)); in dispc_restore_context()
574 RR(dispc, OVL_SIZE(i)); in dispc_restore_context()
575 RR(dispc, OVL_ATTRIBUTES(i)); in dispc_restore_context()
576 RR(dispc, OVL_FIFO_THRESHOLD(i)); in dispc_restore_context()
577 RR(dispc, OVL_ROW_INC(i)); in dispc_restore_context()
578 RR(dispc, OVL_PIXEL_INC(i)); in dispc_restore_context()
580 RR(dispc, OVL_PRELOAD(i)); in dispc_restore_context()
582 RR(dispc, OVL_WINDOW_SKIP(i)); in dispc_restore_context()
583 RR(dispc, OVL_TABLE_BA(i)); in dispc_restore_context()
586 RR(dispc, OVL_FIR(i)); in dispc_restore_context()
587 RR(dispc, OVL_PICTURE_SIZE(i)); in dispc_restore_context()
588 RR(dispc, OVL_ACCU0(i)); in dispc_restore_context()
589 RR(dispc, OVL_ACCU1(i)); in dispc_restore_context()
592 RR(dispc, OVL_FIR_COEF_H(i, j)); in dispc_restore_context()
595 RR(dispc, OVL_FIR_COEF_HV(i, j)); in dispc_restore_context()
598 RR(dispc, OVL_CONV_COEF(i, j)); in dispc_restore_context()
602 RR(dispc, OVL_FIR_COEF_V(i, j)); in dispc_restore_context()
606 RR(dispc, OVL_BA0_UV(i)); in dispc_restore_context()
607 RR(dispc, OVL_BA1_UV(i)); in dispc_restore_context()
608 RR(dispc, OVL_FIR2(i)); in dispc_restore_context()
609 RR(dispc, OVL_ACCU2_0(i)); in dispc_restore_context()
610 RR(dispc, OVL_ACCU2_1(i)); in dispc_restore_context()
613 RR(dispc, OVL_FIR_COEF_H2(i, j)); in dispc_restore_context()
616 RR(dispc, OVL_FIR_COEF_HV2(i, j)); in dispc_restore_context()
619 RR(dispc, OVL_FIR_COEF_V2(i, j)); in dispc_restore_context()
622 RR(dispc, OVL_ATTRIBUTES2(i)); in dispc_restore_context()
626 RR(dispc, DIVISOR); in dispc_restore_context()
629 RR(dispc, CONTROL); in dispc_restore_context()
631 RR(dispc, CONTROL2); in dispc_restore_context()
633 RR(dispc, CONTROL3); in dispc_restore_context()
641 RR(dispc, IRQENABLE); in dispc_restore_context()
647 #undef RR
1309 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) | in dispc_mgr_set_cpr_coef()