Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_mipi_dsi.c580 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy = base->dphy; in DSI_InitDphy() local
595 dphy->CN = (uint32_t)DSI_EncodeDphyPllCn((uint8_t)cn); in DSI_InitDphy()
596 dphy->CM = (uint32_t)DSI_EncodeDphyPllCm((uint8_t)cm); in DSI_InitDphy()
597 dphy->CO = co; in DSI_InitDphy()
601dphy->M_PRG_HS_PREPARE = (uint32_t)config->tHsPrepare_HalfEscClk - DSI_THS_PREPARE_HALF_ESC_CLK_B… in DSI_InitDphy()
602dphy->MC_PRG_HS_PREPARE = (uint32_t)config->tClkPrepare_HalfEscClk - DSI_TCLK_PREPARE_HALF_ESC_CLK… in DSI_InitDphy()
603 dphy->M_PRG_HS_ZERO = (uint32_t)config->tHsZero_ByteClk - DSI_THS_ZERO_BYTE_CLK_BASE; in DSI_InitDphy()
604 dphy->MC_PRG_HS_ZERO = (uint32_t)config->tClkZero_ByteClk - DSI_TCLK_ZERO_BYTE_CLK_BASE; in DSI_InitDphy()
605 dphy->M_PRG_HS_TRAIL = config->tHsTrail_ByteClk; in DSI_InitDphy()
606 dphy->MC_PRG_HS_TRAIL = config->tClkTrail_ByteClk; in DSI_InitDphy()
[all …]
Dfsl_mipi_dsi.h37 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy; /*!< Pointer to DPHY registers. */ member
/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/
Ddisplay_support.c105 .dphy = DSI_HOST_DPHY_INTFC,