Searched refs:total_delay (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | hcalls.c | 51 unsigned int delay, total_delay = 0; \ 66 total_delay += delay; \ 67 if (total_delay > CXL_HCALL_TIMEOUT) { \ 69 "%#x after %u msec\n", fn, total_delay); \ 563 unsigned int delay, total_delay = 0; in cxl_h_download_facility() local 581 total_delay += delay; in cxl_h_download_facility() 582 if (total_delay > CXL_HCALL_TIMEOUT_DOWNLOAD) { in cxl_h_download_facility() 585 H_DOWNLOAD_CA_FACILITY, total_delay); in cxl_h_download_facility()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | dra7xx_iodelay.c | 115 u32 total_delay, reg = 0; in get_cfg_reg() local 127 total_delay = c_elements * cpde + f_elements * fpde; in get_cfg_reg() 129 c_elements = total_delay / cpde; in get_cfg_reg() 130 f_elements = (total_delay % cpde) / fpde; in get_cfg_reg()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 78 static int wait_for_aps(atomic_t *val, int target, int total_delay, in wait_for_aps() argument 87 if (delayed >= total_delay) { in wait_for_aps() 290 static int apic_wait_timeout(int total_delay, const char *msg) in apic_wait_timeout() argument 301 if (total >= total_delay) { in apic_wait_timeout()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 365 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local 383 total_delay += delay; in pseries_enable_reloc_on_exc() 384 if (total_delay > 1000) { in pseries_enable_reloc_on_exc() 387 total_delay); in pseries_enable_reloc_on_exc()
|
| H A D | lpar.c | 1605 unsigned int delay, total_delay = 0; in pseries_lpar_resize_hpt() local 1621 total_delay += delay; in pseries_lpar_resize_hpt() 1622 if (total_delay > HPT_RESIZE_TIMEOUT) { in pseries_lpar_resize_hpt()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 215 u32 total_delay; in ti_iodelay_pinconf_set() local 230 total_delay = c_elements * ival->cdpe + f_elements * ival->fdpe; in ti_iodelay_pinconf_set() 231 c_elements = total_delay / ival->cdpe; in ti_iodelay_pinconf_set() 232 f_elements = (total_delay % ival->cdpe) / ival->fdpe; in ti_iodelay_pinconf_set()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 766 u32 total_delay = 0; in iavf_asq_send_command() local 775 total_delay += 50; in iavf_asq_send_command() 776 } while (total_delay < hw->aq.asq_cmd_timeout); in iavf_asq_send_command()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_controlq.c | 916 u32 total_delay = 0; in ice_sq_send_cmd() local 1018 total_delay++; in ice_sq_send_cmd() 1019 } while (total_delay < cq->sq_cmd_timeout); in ice_sq_send_cmd()
|
| H A D | ice_common.c | 1627 u32 total_delay = 0; in ice_release_res() local 1635 (total_delay < hw->adminq.sq_cmd_timeout)) { in ice_release_res() 1638 total_delay++; in ice_release_res()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 905 u32 total_delay = 0; in i40e_asq_send_command() local 914 total_delay += 50; in i40e_asq_send_command() 915 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command()
|
| H A D | i40e_nvm.c | 115 u32 total_delay = 0; in i40e_release_nvm() local 126 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm() 131 total_delay++; in i40e_release_nvm()
|
| H A D | i40e_common.c | 1574 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local 1604 total_delay++; in i40e_aq_get_phy_capabilities() 1613 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
|