Searched refs:cfg_beg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dadvansys.c9314 int cfg_beg; AscGetEEPConfig() local
9327 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscGetEEPConfig()
9330 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscGetEEPConfig()
9333 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscGetEEPConfig()
9429 int cfg_beg; AscSetEEPConfigOnce() local
9444 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscSetEEPConfigOnce()
9447 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscSetEEPConfigOnce()
9450 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscSetEEPConfigOnce()
9487 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscSetEEPConfigOnce()
9490 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscSetEEPConfigOnce()
9493 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscSetEEPConfigOnce()

Completed in 128 milliseconds