Home
last modified time | relevance | path

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

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