Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.c619 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy = base->dphy; in DSI_InitDphy() local
637 dphy->CN = (uint32_t)DSI_EncodeDphyPllCn((uint8_t)cn); in DSI_InitDphy()
638 dphy->CM = (uint32_t)DSI_EncodeDphyPllCm((uint8_t)cm); in DSI_InitDphy()
639 dphy->CO = co; in DSI_InitDphy()
643dphy->M_PRG_HS_PREPARE = (uint32_t)config->tHsPrepare_HalfEscClk - DSI_THS_PREPARE_HALF_ESC_CLK_B… in DSI_InitDphy()
644dphy->MC_PRG_HS_PREPARE = (uint32_t)config->tClkPrepare_HalfEscClk - DSI_TCLK_PREPARE_HALF_ESC_CLK… in DSI_InitDphy()
645 dphy->M_PRG_HS_ZERO = (uint32_t)config->tHsZero_ByteClk - DSI_THS_ZERO_BYTE_CLK_BASE; in DSI_InitDphy()
646 dphy->MC_PRG_HS_ZERO = (uint32_t)config->tClkZero_ByteClk - DSI_TCLK_ZERO_BYTE_CLK_BASE; in DSI_InitDphy()
647 dphy->M_PRG_HS_TRAIL = config->tHsTrail_ByteClk; in DSI_InitDphy()
648 dphy->MC_PRG_HS_TRAIL = config->tClkTrail_ByteClk; in DSI_InitDphy()
[all …]
Dfsl_mipi_dsi.h38 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy; /*!< Pointer to DPHY registers. */ member