Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dadvansys.c8877 int cfg_beg; in AscGetEEPConfig() local
8890 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8893 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8896 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8992 int cfg_beg; in AscSetEEPConfigOnce() local
9007 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
9010 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
9013 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
9050 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
9053 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
[all …]