Home
last modified time | relevance | path

Searched refs:ALE_AGING_TIMER_MASK (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/ti/
Dcpsw_ale.c51 #define ALE_AGING_TIMER_MASK GENMASK(23, 0) macro
1218 if (aging_timer & ~ALE_AGING_TIMER_MASK) { in cpsw_ale_hw_aging_timer_start()
1219 aging_timer = ALE_AGING_TIMER_MASK; in cpsw_ale_hw_aging_timer_start()