Searched refs:dphy (Results 1 – 2 of 2) sorted by relevance
619 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy = base->dphy; in DSI_InitDphy() local637 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()643 …dphy->M_PRG_HS_PREPARE = (uint32_t)config->tHsPrepare_HalfEscClk - DSI_THS_PREPARE_HALF_ESC_CLK_B… in DSI_InitDphy()644 …dphy->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 …]
38 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy; /*!< Pointer to DPHY registers. */ member