Home
last modified time | relevance | path

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

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