Searched refs:pefuse (Results 1 – 2 of 2) sorted by relevance
667 struct EFUSE_ACCESS_STRUCT *pefuse; in oid_rt_pro_read_efuse_hdl() local676 pefuse = (struct EFUSE_ACCESS_STRUCT *)poid_par_priv->information_buf; in oid_rt_pro_read_efuse_hdl()677 addr = pefuse->start_addr; in oid_rt_pro_read_efuse_hdl()678 cnts = pefuse->cnts; in oid_rt_pro_read_efuse_hdl()679 data = pefuse->data; in oid_rt_pro_read_efuse_hdl()698 struct EFUSE_ACCESS_STRUCT *pefuse; in oid_rt_pro_write_efuse_hdl() local705 pefuse = (struct EFUSE_ACCESS_STRUCT *)poid_par_priv->information_buf; in oid_rt_pro_write_efuse_hdl()706 addr = pefuse->start_addr; in oid_rt_pro_write_efuse_hdl()707 cnts = pefuse->cnts; in oid_rt_pro_write_efuse_hdl()708 data = pefuse->data; in oid_rt_pro_write_efuse_hdl()
899 struct efuse_access_struct *pefuse; in rtl8188eu_oid_rt_pro_read_efuse_hdl() local911 pefuse = (struct efuse_access_struct *)poid_par_priv->information_buf; in rtl8188eu_oid_rt_pro_read_efuse_hdl()912 addr = pefuse->start_addr; in rtl8188eu_oid_rt_pro_read_efuse_hdl()913 cnts = pefuse->cnts; in rtl8188eu_oid_rt_pro_read_efuse_hdl()914 data = pefuse->data; in rtl8188eu_oid_rt_pro_read_efuse_hdl()933 struct efuse_access_struct *pefuse; in rtl8188eu_oid_rt_pro_write_efuse_hdl() local942 pefuse = (struct efuse_access_struct *)poid_par_priv->information_buf; in rtl8188eu_oid_rt_pro_write_efuse_hdl()943 addr = pefuse->start_addr; in rtl8188eu_oid_rt_pro_write_efuse_hdl()944 cnts = pefuse->cnts; in rtl8188eu_oid_rt_pro_write_efuse_hdl()945 data = pefuse->data; in rtl8188eu_oid_rt_pro_write_efuse_hdl()