Searched refs:SOR_SEQ_CTL_PU_PC_ALT (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tegra/ | ||
D | sor.h | 153 #define SOR_SEQ_CTL_PU_PC_ALT(x) (((x) & 0xf) << 4) macro |
D | sor.c | 2369 value = SOR_SEQ_CTL_PU_PC(0) | SOR_SEQ_CTL_PU_PC_ALT(0) | in tegra_sor_hdmi_enable() |