Searched refs:LVDCHCR_CHSEL_CH (Results 1 – 2 of 2) sorted by relevance
82 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 3) in rcar_du_lvdsenc_start()83 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 1); in rcar_du_lvdsenc_start()85 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 1) in rcar_du_lvdsenc_start()86 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 3); in rcar_du_lvdsenc_start()
66 #define LVDCHCR_CHSEL_CH(n, c) ((((c) - (n)) & 3) << ((n) * 4)) macro