Searched refs:ale_controls (Results 1 – 1 of 1) sorted by relevance
467 static const struct ale_control_info ale_controls[ALE_NUM_CONTROLS] = { variable661 if (control < 0 || control >= ARRAY_SIZE(ale_controls)) in cpsw_ale_control_set()664 info = &ale_controls[control]; in cpsw_ale_control_set()692 if (control < 0 || control >= ARRAY_SIZE(ale_controls)) in cpsw_ale_control_get()695 info = &ale_controls[control]; in cpsw_ale_control_get()