Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c498 tegra_plane_writel(plane, 0x00008000, DC_WIN_H_FILTER_P(0)); in tegra_dc_setup_window()
499 tegra_plane_writel(plane, 0x3e087ce1, DC_WIN_H_FILTER_P(1)); in tegra_dc_setup_window()
500 tegra_plane_writel(plane, 0x3b117ac1, DC_WIN_H_FILTER_P(2)); in tegra_dc_setup_window()
501 tegra_plane_writel(plane, 0x591b73aa, DC_WIN_H_FILTER_P(3)); in tegra_dc_setup_window()
502 tegra_plane_writel(plane, 0x57256d9a, DC_WIN_H_FILTER_P(4)); in tegra_dc_setup_window()
503 tegra_plane_writel(plane, 0x552f668b, DC_WIN_H_FILTER_P(5)); in tegra_dc_setup_window()
504 tegra_plane_writel(plane, 0x73385e8b, DC_WIN_H_FILTER_P(6)); in tegra_dc_setup_window()
505 tegra_plane_writel(plane, 0x72435583, DC_WIN_H_FILTER_P(7)); in tegra_dc_setup_window()
506 tegra_plane_writel(plane, 0x714c4c8b, DC_WIN_H_FILTER_P(8)); in tegra_dc_setup_window()
507 tegra_plane_writel(plane, 0x70554393, DC_WIN_H_FILTER_P(9)); in tegra_dc_setup_window()
[all …]
H A Ddc.h571 #define DC_WIN_H_FILTER_P(p) (0x601 + (p)) macro