Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/rcar-du/
Drcar_lvds.c483 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 3) in __rcar_lvds_atomic_enable()
484 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 1); in __rcar_lvds_atomic_enable()
486 lvdhcr = LVDCHCR_CHSEL_CH(0, 0) | LVDCHCR_CHSEL_CH(1, 1) in __rcar_lvds_atomic_enable()
487 | LVDCHCR_CHSEL_CH(2, 2) | LVDCHCR_CHSEL_CH(3, 3); in __rcar_lvds_atomic_enable()
Drcar_lvds_regs.h86 #define LVDCHCR_CHSEL_CH(n, c) ((((c) - (n)) & 3) << ((n) * 4)) macro