Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dadvansys.c2273 } eep_config; member
2892 ep = &boardp->eep_config.asc_eep; in asc_prt_asc_board_eeprom()
2970 ep_3550 = &boardp->eep_config.adv_3550_eep; in asc_prt_adv_board_eeprom()
2972 ep_38C0800 = &boardp->eep_config.adv_38C0800_eep; in asc_prt_adv_board_eeprom()
2974 ep_38C1600 = &boardp->eep_config.adv_38C1600_eep; in asc_prt_adv_board_eeprom()
9109 ASCEEP_CONFIG *eep_config; in AscInitFromEEP() local
9136 eep_config = (ASCEEP_CONFIG *)&eep_config_buf; in AscInitFromEEP()
9144 chksum = AscGetEEPConfig(iop_base, eep_config, asc_dvc->bus_type); in AscInitFromEEP()
9152 if (eep_config->cfg_lsw != cfg_lsw) { in AscInitFromEEP()
9154 eep_config->cfg_lsw = in AscInitFromEEP()
[all …]