Searched refs:idle_timer (Results 1 – 3 of 3) sorted by relevance
252 u32 idle_timer; member
988 glb_iface->input->idle_timer = panthor_fw_conv_timeout(ptdev, IDLE_HYSTERESIS_US); in panthor_fw_init_global_iface()
2827 static int bnx2x_eee_nvram_to_time(u32 nvram_mode, u32 *idle_timer) in bnx2x_eee_nvram_to_time() argument2831 *idle_timer = EEE_MODE_NVRAM_BALANCED_TIME; in bnx2x_eee_nvram_to_time()2834 *idle_timer = EEE_MODE_NVRAM_AGGRESSIVE_TIME; in bnx2x_eee_nvram_to_time()2837 *idle_timer = EEE_MODE_NVRAM_LATENCY_TIME; in bnx2x_eee_nvram_to_time()2840 *idle_timer = 0; in bnx2x_eee_nvram_to_time()2847 static int bnx2x_eee_time_to_nvram(u32 idle_timer, u32 *nvram_mode) in bnx2x_eee_time_to_nvram() argument2849 switch (idle_timer) { in bnx2x_eee_time_to_nvram()
Completed in 30 milliseconds