Searched refs:efuse_buf (Results 1 – 1 of 1) sorted by relevance
1177 unsigned char *efuse_buf; in inno_hdmi_phy_rk3328_init() local1204 efuse_buf = nvmem_cell_read(cell, &len); in inno_hdmi_phy_rk3328_init()1207 if (IS_ERR(efuse_buf)) in inno_hdmi_phy_rk3328_init()1210 inno->chip_version = efuse_buf[0] + 1; in inno_hdmi_phy_rk3328_init()1211 kfree(efuse_buf); in inno_hdmi_phy_rk3328_init()