Searched refs:DC_CMD_DISPLAY_COMMAND (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1251 DEBUGFS_REG32(DC_CMD_DISPLAY_COMMAND), 1719 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop() 1721 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop() 1730 value = tegra_dc_readl_active(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_idle() 1903 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_atomic_enable() 1906 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_atomic_enable()
|
H A D | dc.h | 178 #define DC_CMD_DISPLAY_COMMAND 0x032 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1437 DEBUGFS_REG32(DC_CMD_DISPLAY_COMMAND), 1952 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop() 1954 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop() 1963 value = tegra_dc_readl_active(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_idle() 2246 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_atomic_enable() 2249 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_atomic_enable()
|
H A D | dc.h | 193 #define DC_CMD_DISPLAY_COMMAND 0x032 macro
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-tegra210.c | 252 #define DC_CMD_DISPLAY_COMMAND 0xc8 macro 624 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war() 626 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-tegra210.c | 252 #define DC_CMD_DISPLAY_COMMAND 0xc8 macro 675 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war() 677 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()
|
Completed in 21 milliseconds