Home
last modified time | relevance | path

Searched refs:CFG_RESET_DELAY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddc395x.c471 #define CFG_RESET_DELAY 5 macro
568 module_param_named(reset_delay, cfg_data[CFG_RESET_DELAY].value, int, 0);
607 cfg_data[CFG_RESET_DELAY].value); in fix_settings()
672 if (cfg_data[CFG_RESET_DELAY].value != CFG_PARAM_UNSET) in eeprom_override()
674 cfg_data[CFG_RESET_DELAY].value); in eeprom_override()
4087 eeprom->delay_time = cfg_data[CFG_RESET_DELAY].value; in check_eeprom()
/kernel/linux/linux-6.6/drivers/scsi/
H A Ddc395x.c456 #define CFG_RESET_DELAY 5 macro
553 module_param_named(reset_delay, cfg_data[CFG_RESET_DELAY].value, int, 0);
592 cfg_data[CFG_RESET_DELAY].value); in fix_settings()
657 if (cfg_data[CFG_RESET_DELAY].value != CFG_PARAM_UNSET) in eeprom_override()
659 cfg_data[CFG_RESET_DELAY].value); in eeprom_override()
4041 eeprom->delay_time = cfg_data[CFG_RESET_DELAY].value; in check_eeprom()

Completed in 11 milliseconds