Home
last modified time | relevance | path

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

/linux-5.15/drivers/gpu/drm/tegra/ !
A Ddc.h777 #define COEFF_INDEX(x) (((x) & 0xff) << 15) macro
A Dhub.c357 value = COEFF_INDEX(index) | COEFF_DATA(coeffs[index]); in tegra_shared_plane_setup_scaler()