Searched refs:cfg_beg (Results 1 – 1 of 1) sorted by relevance
9314 int cfg_beg; in AscGetEEPConfig() local9327 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()9330 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()9333 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()9429 int cfg_beg; in AscSetEEPConfigOnce() local9444 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()9447 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()9450 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()9487 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()9490 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()[all …]