Lines Matching refs:cfg_beg
8702 int cfg_beg; in AscGetEEPConfig() local
8715 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8718 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8721 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8817 int cfg_beg; in AscSetEEPConfigOnce() local
8832 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8835 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8838 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
8875 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8878 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8881 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()