Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_ale.c128 #define DEFINE_ALE_FIELD(name, start, bits) \ macro
202 DEFINE_ALE_FIELD(entry_type, 60, 2)
203 DEFINE_ALE_FIELD(vlan_id, 48, 12)
204 DEFINE_ALE_FIELD(mcast_state, 62, 2)
206 DEFINE_ALE_FIELD(super, 65, 1)
207 DEFINE_ALE_FIELD(ucast_type, 62, 2)
209 DEFINE_ALE_FIELD(blocked, 65, 1)
210 DEFINE_ALE_FIELD(secure, 64, 1)
211 DEFINE_ALE_FIELD(mcast, 40, 1)
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw.c302 #define DEFINE_ALE_FIELD(name, start, bits) \ macro
312 DEFINE_ALE_FIELD(entry_type, 60, 2)
313 DEFINE_ALE_FIELD(mcast_state, 62, 2)
314 DEFINE_ALE_FIELD(port_mask, 66, 3)
315 DEFINE_ALE_FIELD(ucast_type, 62, 2)
316 DEFINE_ALE_FIELD(port_num, 66, 2)
317 DEFINE_ALE_FIELD(blocked, 65, 1)
318 DEFINE_ALE_FIELD(secure, 64, 1)
319 DEFINE_ALE_FIELD(mcast, 40, 1)