Searched refs:DC_COM_PIN_OUTPUT_ENABLE (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/tegra/ |
D | rgb.c | 37 { DC_COM_PIN_OUTPUT_ENABLE(0), 0x00000000 }, 38 { DC_COM_PIN_OUTPUT_ENABLE(1), 0x00000000 }, 39 { DC_COM_PIN_OUTPUT_ENABLE(2), 0x00000000 }, 40 { DC_COM_PIN_OUTPUT_ENABLE(3), 0x00000000 }, 74 { DC_COM_PIN_OUTPUT_ENABLE(3), 0x55555555 }, 75 { DC_COM_PIN_OUTPUT_ENABLE(2), 0x55555555 }, 76 { DC_COM_PIN_OUTPUT_ENABLE(1), 0x55150005 }, 77 { DC_COM_PIN_OUTPUT_ENABLE(0), 0x55555555 },
|
D | dc.h | 95 #define DC_COM_PIN_OUTPUT_ENABLE(x) (0x302 + (x)) macro
|
D | dc.c | 1397 DUMP_REG(DC_COM_PIN_OUTPUT_ENABLE(0)); in tegra_dc_show_regs() 1398 DUMP_REG(DC_COM_PIN_OUTPUT_ENABLE(1)); in tegra_dc_show_regs() 1399 DUMP_REG(DC_COM_PIN_OUTPUT_ENABLE(2)); in tegra_dc_show_regs() 1400 DUMP_REG(DC_COM_PIN_OUTPUT_ENABLE(3)); in tegra_dc_show_regs()
|