Searched refs:ale_controls (Results 1 – 1 of 1) sorted by relevance
500 static const struct ale_control_info ale_controls[ALE_NUM_CONTROLS] = { variable694 if (control < 0 || control >= ARRAY_SIZE(ale_controls)) in cpsw_ale_control_set()697 info = &ale_controls[control]; in cpsw_ale_control_set()725 if (control < 0 || control >= ARRAY_SIZE(ale_controls)) in cpsw_ale_control_get()728 info = &ale_controls[control]; in cpsw_ale_control_get()