Searched refs:DC_COM_PIN_OUTPUT_POLARITY (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/tegra/ |
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 }, 157 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_mode_set() 160 tegra_dc_writel(rgb->dc, value, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_mode_set()
|
D | dc.h | 91 #define DC_COM_PIN_OUTPUT_POLARITY(x) (0x306 + (x)) macro
|
D | dc.c | 1389 DUMP_REG(DC_COM_PIN_OUTPUT_POLARITY(0)); in tegra_dc_show_regs() 1390 DUMP_REG(DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_dc_show_regs() 1391 DUMP_REG(DC_COM_PIN_OUTPUT_POLARITY(2)); in tegra_dc_show_regs() 1392 DUMP_REG(DC_COM_PIN_OUTPUT_POLARITY(3)); in tegra_dc_show_regs()
|