Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dadvansys.c2250 } eep_config; member
2858 ep = &boardp->eep_config.asc_eep; in asc_prt_asc_board_eeprom()
2928 ep_3550 = &boardp->eep_config.adv_3550_eep; in asc_prt_adv_board_eeprom()
2930 ep_38C0800 = &boardp->eep_config.adv_38C0800_eep; in asc_prt_adv_board_eeprom()
2932 ep_38C1600 = &boardp->eep_config.adv_38C1600_eep; in asc_prt_adv_board_eeprom()
8930 ASCEEP_CONFIG *eep_config; in AscInitFromEEP() local
8957 eep_config = (ASCEEP_CONFIG *)&eep_config_buf; in AscInitFromEEP()
8965 chksum = AscGetEEPConfig(iop_base, eep_config, asc_dvc->bus_type); in AscInitFromEEP()
8973 if (eep_config->cfg_lsw != cfg_lsw) { in AscInitFromEEP()
8975 eep_config->cfg_lsw = in AscInitFromEEP()
[all …]