Home
last modified time | relevance | path

Searched refs:efuse_flag (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.c1206 hi_u8 efuse_flag = 0xFF; in upg_get_rsa_key_from_boot() local
1230 ret = hi_efuse_read(HI_EFUSE_ENCRYPT_FLAG_RW_ID, (hi_u8 *)(&efuse_flag), sizeof(hi_u8)); in upg_get_rsa_key_from_boot()
1236 if ((efuse_flag == NON_ENCRYPT_FLAG) && (flag == NON_ENCRYPT_FLAG)) { in upg_get_rsa_key_from_boot()
1252 hi_u8 efuse_flag = 0xFF; in upg_get_ecc_key_from_boot() local
1275 ret = hi_efuse_read(HI_EFUSE_ENCRYPT_FLAG_RW_ID, (hi_u8 *)(&efuse_flag), sizeof(hi_u8)); in upg_get_ecc_key_from_boot()
1281 if ((efuse_flag == NON_ENCRYPT_FLAG) && (flag == NON_ENCRYPT_FLAG)) { in upg_get_ecc_key_from_boot()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-inno-hdmi-phy.c177 bool efuse_flag; member
553 } else if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3228 && tmdsclock <= 0x202FBF0 && inno->efuse_flag) { in inno_hdmi_phy_power_on()
902 inno->efuse_flag = efuse_buf[0] ? true : false; in inno_hdmi_phy_rk3228_init()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi-phy.c180 bool efuse_flag; member
463 tmdsclock <= 33750000 && inno->efuse_flag) in inno_hdmi_phy_power_on()
800 inno->efuse_flag = efuse_buf[0] ? true : false; in inno_hdmi_phy_rk3228_init()

Completed in 7 milliseconds