Searched refs:cfg_beg (Results 1 – 1 of 1) sorted by relevance
8884 int cfg_beg; in AscGetEEPConfig() local8897 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()8900 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()8903 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()8999 int cfg_beg; in AscSetEEPConfigOnce() local9014 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()9017 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()9020 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()9057 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()9060 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()[all …]