Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw_ale.c105 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() function
131 return cpsw_ale_get_field(ale_entry, start, bits); \
141 return cpsw_ale_get_field(ale_entry, start, bits); \
236 return cpsw_ale_get_field(ale_entry, entry_fld->start_bit, bits); in cpsw_ale_entry_get_fld()
287 addr[i] = cpsw_ale_get_field(ale_entry, 40 - 8*i, 8); in cpsw_ale_get_addr()