Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c705 int32_t j; in ether_phy_reg_read() local
720 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
728 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
733 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
738 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_reg_read()
834 for (int64_t j = count; j > 0; j--) in ether_phy_trans_idle() local
849 int32_t j; in ether_phy_mii_write1() local
859 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_mii_write1()
864 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_mii_write1()
869 for (j = p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time; j > 0; j--) in ether_phy_mii_write1()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c1810 uint8_t j; in r_glcdc_gamma_correction() local
1815 for (j = 0U; j < 3U; j++) in r_glcdc_gamma_correction()
1818 switch (j) in r_glcdc_gamma_correction()
1844 … R_GLCDC->GAM[j].LUT[i] = ((LUT_ptr->gain[i * 2U] & GLCDC_PRV_GAMX_LUTX_GAIN_MASK) << 16) + in r_glcdc_gamma_correction()
1850 …R_GLCDC->GAM[j].AREA[i] = ((LUT_ptr->threshold[(i * 3U) + 1U] & GLCDC_PRV_GAMX_AREAX_MASK) << 20) + in r_glcdc_gamma_correction()
1856 R_GLCDC->GAM[j].GAM_SW = 1U; in r_glcdc_gamma_correction()
1860 R_GLCDC->GAM[j].GAM_SW = 0U; in r_glcdc_gamma_correction()
1863 R_GLCDC->GAM[j].LATCH = 1U; in r_glcdc_gamma_correction()