Searched refs:dphy (Results 1 – 3 of 3) sorted by relevance
580 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy = base->dphy; in DSI_InitDphy() local595 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()601 …dphy->M_PRG_HS_PREPARE = (uint32_t)config->tHsPrepare_HalfEscClk - DSI_THS_PREPARE_HALF_ESC_CLK_B… in DSI_InitDphy()602 …dphy->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 …]
37 DSI_HOST_NXP_FDSOI28_DPHY_INTFC_Type *dphy; /*!< Pointer to DPHY registers. */ member
105 .dphy = DSI_HOST_DPHY_INTFC,