Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dadvansys.c8698 int cfg_beg; in AscGetEEPConfig() local
8711 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8714 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8717 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8813 int cfg_beg; in AscSetEEPConfigOnce() local
8828 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8831 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8834 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
8871 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8874 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
[all …]