Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswreg.h111 #define ALE_PORTCTL_INGRESS (1 << 3) macro
H A Dif_cpsw.c623 ALE_PORTCTL_INGRESS | ALE_PORTCTL_FORWARD); in cpsw_init()
1183 ALE_PORTCTL_INGRESS | ALE_PORTCTL_FORWARD); in cpswp_init_locked()
2835 if (reg & ALE_PORTCTL_INGRESS) in cpsw_getport()
2864 reg |= ALE_PORTCTL_INGRESS; in cpsw_setport()
2866 reg &= ~ALE_PORTCTL_INGRESS; in cpsw_setport()