Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswreg.h113 #define ALE_PORTCTL_INGRESS (1 << 3) macro
H A Dif_cpsw.c629 ALE_PORTCTL_INGRESS | ALE_PORTCTL_FORWARD); in cpsw_init()
1199 ALE_PORTCTL_INGRESS | ALE_PORTCTL_FORWARD); in cpswp_init_locked()
2851 if (reg & ALE_PORTCTL_INGRESS) in cpsw_getport()
2880 reg |= ALE_PORTCTL_INGRESS; in cpsw_setport()
2882 reg &= ~ALE_PORTCTL_INGRESS; in cpsw_setport()