Searched refs:DW_DSI_PCKHDL_CFG (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Ddw-mipi-dsi-reg.h23 #define DW_DSI_PCKHDL_CFG (0x0B << 2) // how EoTp, BTA, CRC and ECC are to be used macro
91 // DW_DSI_PCKHDL_CFG Register Bit Def
H A Daml-dsi-host.cpp173 WRITE32_REG(MIPI_DSI, DW_DSI_PCKHDL_CFG, PCKHDL_CFG_EN_CRC_ECC);
271 DISP_INFO("DW_DSI_PCKHDL_CFG = 0x%x\n", READ32_REG(MIPI_DSI, DW_DSI_PCKHDL_CFG));
H A Ddw-mipi-dsi.cpp123 SET_BIT32(MIPI_DSI, DW_DSI_PCKHDL_CFG,
132 SET_BIT32(MIPI_DSI, DW_DSI_PCKHDL_CFG,
/fuchsia/zircon/system/dev/display/hikey-display/
H A Ddsi.c284 DW_DSI_SET_BITS32(DW_DSI_PCKHDL_CFG, 0x1, 1, 2);
338 DW_DSI_SET_BITS32(DW_DSI_PCKHDL_CFG, 0x1, 1, 0);
H A Ddsi.h38 #define DW_DSI_PCKHDL_CFG 0x2c /* how EoTp, BTA, CRC and ECC are to be used */ macro

Completed in 34 milliseconds