Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_lvds.c384 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 3) in rcar_lvds_enable()
385 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 1); in rcar_lvds_enable()
387 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 1) in rcar_lvds_enable()
388 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 3); in rcar_lvds_enable()
H A Drcar_lvds_regs.h86 #define LVDCHCR_CHSEL_CH(n, c) ((((c) - (n)) & 3) << ((n) * 4)) macro