Searched defs:SOR_REFCLK_DIV_INT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/tegra/ | ||
H A D | sor.h | 390 #define SOR_REFCLK_DIV_INT(x) ((((x) >> 2) & 0xff) << 8) macro |
H A D | hdmi.h | 405 #define SOR_REFCLK_DIV_INT(x) (((x) & 0xff) << 8) macro |