Searched refs:LVDCHCR_CHSEL_CH (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_lvdsenc.c82 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 3) rcar_du_lvdsenc_start()
83 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 1); rcar_du_lvdsenc_start()
85 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 1) rcar_du_lvdsenc_start()
86 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 3); rcar_du_lvdsenc_start()
H A Drcar_lvds_regs.h66 #define LVDCHCR_CHSEL_CH(n, c) ((((c) - (n)) & 3) << ((n) * 4)) macro

Completed in 33 milliseconds