Searched refs:DC_COM_PIN_OUTPUT_POLARITY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | rgb.c | 39 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 40 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x01000000 }, 41 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 42 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 68 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 69 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 70 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x00000000 }, 71 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 109 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_enable() 112 tegra_dc_writel(rgb->dc, value, DC_COM_PIN_OUTPUT_POLARITY( in tegra_rgb_encoder_enable() [all...] |
H A D | dc.c | 1272 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(0)), 1273 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(1)), 1274 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(2)), 1275 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(3)),
|
H A D | dc.h | 257 #define DC_COM_PIN_OUTPUT_POLARITY(x) (0x306 + (x)) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | rgb.c | 42 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 43 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x01000000 }, 44 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 45 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 71 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 72 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 73 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x00000000 }, 74 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 112 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_enable() 115 tegra_dc_writel(rgb->dc, value, DC_COM_PIN_OUTPUT_POLARITY( in tegra_rgb_encoder_enable() [all...] |
H A D | dc.c | 1458 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(0)), 1459 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(1)), 1460 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(2)), 1461 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(3)),
|
H A D | dc.h | 272 #define DC_COM_PIN_OUTPUT_POLARITY(x) (0x306 + (x)) macro
|
Completed in 12 milliseconds