Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw.c279 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() function
305 return cpsw_ale_get_field(ale_entry, start, bits); \
327 addr[i] = cpsw_ale_get_field(ale_entry, 40 - 8*i, 8); in cpsw_ale_get_addr()