Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dadvansys.c8883 int cfg_beg; in AscGetEEPConfig() local
8896 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8899 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8902 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8998 int cfg_beg; in AscSetEEPConfigOnce() local
9013 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
9016 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
9019 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
9056 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
9059 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
[all …]