Searched refs:DC_COM_PIN_OUTPUT_POLARITY (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | rgb.c | 41 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 42 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x01000000 }, 43 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 44 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 70 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 }, 71 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 }, 72 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x00000000 }, 73 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 }, 111 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_enable() 114 tegra_dc_writel(rgb->dc, value, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_enable()
|
D | dc.h | 272 #define DC_COM_PIN_OUTPUT_POLARITY(x) (0x306 + (x)) macro
|
D | dc.c | 1457 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(0)), 1458 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(1)), 1459 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(2)), 1460 DEBUGFS_REG32(DC_COM_PIN_OUTPUT_POLARITY(3)),
|