Home
last modified time | relevance | path

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

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c1177 unsigned char *efuse_buf; in inno_hdmi_phy_rk3328_init() local
1204 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()