Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dadvansys.c9830 int cfg_beg; in AscGetEEPConfig() local
9843 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscGetEEPConfig()
9846 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscGetEEPConfig()
9849 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscGetEEPConfig()
9946 int cfg_beg; in AscSetEEPConfigOnce() local
9961 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
9964 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
9967 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { in AscSetEEPConfigOnce()
10004 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; in AscSetEEPConfigOnce()
10007 cfg_beg = ASC_EEP_DVC_CFG_BEG; in AscSetEEPConfigOnce()
[all …]