Searched refs:R_DPHYCNT (Results 1 – 2 of 2) sorted by relevance
60 R_DPHYCNT->DPHYREFCR_b.RFREQ = (uint8_t) ((pclka_hz / MIPI_DSI_PRV_1MHZ) - 1); in r_mipi_phy_open()63 R_DPHYCNT->DPHYPWRCR_b.PWRSEN = 1; in r_mipi_phy_open()64 …FSP_HARDWARE_REGISTER_WAIT((R_DPHYCNT->DPHYSFR & R_DPHYCNT_DPHYSFR_PWRSF_Msk), R_DPHYCNT_DPHYSFR_P… in r_mipi_phy_open()67 R_DPHYCNT->DPHYPLFCR = p_cfg->pll_settings.raw; in r_mipi_phy_open()68 R_DPHYCNT->DPHYESCCR_b.ESCDIV = p_cfg->lp_divisor; in r_mipi_phy_open()71 R_DPHYCNT->DPHYPLOCR_b.PLLSTP = 0; in r_mipi_phy_open()72 …FSP_HARDWARE_REGISTER_WAIT((R_DPHYCNT->DPHYSFR & R_DPHYCNT_DPHYSFR_PLLSF_Msk), R_DPHYCNT_DPHYSFR_P… in r_mipi_phy_open()76 R_DPHYCNT->DPHYTIM1 = p_timing->t_init; in r_mipi_phy_open()77 R_DPHYCNT->DPHYTIM2 = p_timing->t_clk_prep; in r_mipi_phy_open()78 R_DPHYCNT->DPHYTIM3 = p_timing->t_hs_prep; in r_mipi_phy_open()[all …]
30161 #define R_DPHYCNT ((R_DPHYCNT_Type *) R_DPHYCNT_BASE) macro