Lines Matching refs:cfg_beg
8698 int cfg_beg; in AscGetEEPConfig() local
8711 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8714 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8717 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8813 int cfg_beg; in AscSetEEPConfigOnce() local
8828 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8831 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8834 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
8871 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8874 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8877 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()