Searched refs:speed_index (Results 1 – 5 of 5) sorted by relevance
117 int speed_index, duplex_index; in swphy_read_reg() local126 speed_index = swphy_decode_speed(state->speed); in swphy_read_reg()127 if (WARN_ON(speed_index < 0)) in swphy_read_reg()132 bmsr |= speed[speed_index].bmsr & duplex[duplex_index].bmsr; in swphy_read_reg()133 estat |= speed[speed_index].estat & duplex[duplex_index].estat; in swphy_read_reg()138 lpa |= speed[speed_index].lpa & duplex[duplex_index].lpa; in swphy_read_reg()139 lpagb |= speed[speed_index].lpagb & duplex[duplex_index].lpagb; in swphy_read_reg()
40 int speed_index; member130 if (fan_data->speed_index == speed_index) in set_fan_speed()133 __set_fan_ctrl(fan_data, fan_data->speed[speed_index].ctrl_val); in set_fan_speed()134 fan_data->speed_index = speed_index; in set_fan_speed()178 int speed_index; in pwm1_store() local192 set_fan_speed(fan_data, speed_index); in pwm1_store()354 fan_data->speed_index = get_fan_speed_index(fan_data); in fan_ctrl_init()355 if (fan_data->speed_index < 0) in fan_ctrl_init()356 return fan_data->speed_index; in fan_ctrl_init()381 *state = fan_data->speed_index; in gpio_fan_get_cur_state()[all …]
719 unsigned int speed_index; in hw_atl2_hw_interrupt_moderation_set() local721 speed_index = hw_atl_utils_mbps_2_speed_index(mbps); in hw_atl2_hw_interrupt_moderation_set()725 [speed_index][1] * 2; in hw_atl2_hw_interrupt_moderation_set()727 [speed_index][1] * 2; in hw_atl2_hw_interrupt_moderation_set()730 [speed_index][0] << 0x8U; in hw_atl2_hw_interrupt_moderation_set()732 [speed_index][1] << 0x10U; in hw_atl2_hw_interrupt_moderation_set()735 [speed_index][0] << 0x8U; in hw_atl2_hw_interrupt_moderation_set()737 [speed_index][1] << 0x10U; in hw_atl2_hw_interrupt_moderation_set()
1160 unsigned int speed_index = in hw_atl_b0_hw_interrupt_moderation_set() local1166 [speed_index][1] * 2; in hw_atl_b0_hw_interrupt_moderation_set()1168 [speed_index][1] * 2; in hw_atl_b0_hw_interrupt_moderation_set()1171 [speed_index][0] << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()1173 [speed_index][1] << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()1176 [speed_index][0] << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()1178 [speed_index][1] << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()
846 unsigned int speed_index = in hw_atl_a0_hw_interrupt_moderation_set() local851 (hw_timers_tbl_[speed_index] << 0x10U); in hw_atl_a0_hw_interrupt_moderation_set()
Completed in 17 milliseconds