Searched refs:cpsw_ale_get_field (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A 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 147 return cpsw_ale_get_field(ale_entry, start, bits); \ 157 return cpsw_ale_get_field(ale_entry, start, bits); \ 252 return cpsw_ale_get_field(ale_entry, entry_fld->start_bit, bits); in cpsw_ale_entry_get_fld() 303 addr[i] = cpsw_ale_get_field(ale_entry, 40 - 8*i, 8); in cpsw_ale_get_addr()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 242 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() function 268 return cpsw_ale_get_field(ale_entry, start, bits); \ 290 addr[i] = cpsw_ale_get_field(ale_entry, 40 - 8*i, 8); in cpsw_ale_get_addr()
|