Searched refs:efuse_buf (Results 1 – 1 of 1) sorted by relevance
1130 unsigned char *efuse_buf; in inno_hdmi_phy_rk3328_init() local1157 efuse_buf = nvmem_cell_read(cell, &len); in inno_hdmi_phy_rk3328_init()1160 if (IS_ERR(efuse_buf)) in inno_hdmi_phy_rk3328_init()1163 inno->chip_version = efuse_buf[0] + 1; in inno_hdmi_phy_rk3328_init()1164 kfree(efuse_buf); in inno_hdmi_phy_rk3328_init()