Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c9314 int cfg_beg; in AscGetEEPConfig() local
9327 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() local
9444 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 …]