Searched refs:cpsw_ale_get_field (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 107 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() function 133 return cpsw_ale_get_field(ale_entry, start, bits); \ 143 return cpsw_ale_get_field(ale_entry, start, bits); \ 238 return cpsw_ale_get_field(ale_entry, entry_fld->start_bit, bits); in cpsw_ale_entry_get_fld() 289 addr[i] = cpsw_ale_get_field(ale_entry, 40 - 8*i, 8); in cpsw_ale_get_addr()
|