Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c622 val |= SC_VTSEL(0x6A); in d71_scaler_update_filter_lut()
624 val |= SC_VTSEL(0x6B); in d71_scaler_update_filter_lut()
626 val |= SC_VTSEL(0x6C); in d71_scaler_update_filter_lut()
628 val |= SC_VTSEL(0x6D); in d71_scaler_update_filter_lut()
630 val |= SC_VTSEL(0x6E); in d71_scaler_update_filter_lut()
Dd71_regs.h347 #define SC_VTSEL(vtal) ((vtal) << 16) macro