Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dadvansys.c8705 int cfg_beg; in AscGetEEPConfig() local
8718 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
8721 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
8724 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
8820 int cfg_beg; in AscSetEEPConfigOnce() local
8835 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8838 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
8841 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
8878 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
8881 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
[all …]