Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c278 u64 sem_timeout = aq_hw_read_reg(self, HW_ATL_MIF_RESET_TIMEOUT_ADR); in hw_atl_utils_soft_reset() local
281 if (sem_timeout > 3000) in hw_atl_utils_soft_reset()
282 sem_timeout = 3000; in hw_atl_utils_soft_reset()
283 sem_timeout = sem_timeout * 1000; in hw_atl_utils_soft_reset()
285 if (sem_timeout != 0) { in hw_atl_utils_soft_reset()
289 val == 1U, 1U, sem_timeout); in hw_atl_utils_soft_reset()
294 val == 1U, 1U, sem_timeout); in hw_atl_utils_soft_reset()