Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h787 #define COEFF_INDEX(x) (((x) & 0xff) << 15) macro
H A Dhub.c360 value = COEFF_INDEX(index) | COEFF_DATA(coeffs[index]); in tegra_shared_plane_setup_scaler()