Home
last modified time | relevance | path

Searched refs:DC_COM_PIN_OUTPUT_ENABLE (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/tegra/
Drgb.c37 { 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 },
Ddc.h95 #define DC_COM_PIN_OUTPUT_ENABLE(x) (0x302 + (x)) macro
Ddc.c1397 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()