Home
last modified time | relevance | path

Searched refs:ALE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_ale.c33 #define ALE_CONTROL 0x08 macro
840 .offset = ALE_CONTROL,
848 .offset = ALE_CONTROL,
856 .offset = ALE_CONTROL,
864 .offset = ALE_CONTROL,
872 .offset = ALE_CONTROL,
880 .offset = ALE_CONTROL,
888 .offset = ALE_CONTROL,
896 .offset = ALE_CONTROL,
904 .offset = ALE_CONTROL,
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Dti-cpsw-switch.rst26 - Enables ALE_CONTROL(4).BYPASS mode for debugging purposes. In this
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw.c170 #define ALE_CONTROL 0x08 macro
473 tmp = __raw_readl(priv->ale_regs + ALE_CONTROL); in cpsw_ale_control()
476 __raw_writel(tmp, priv->ale_regs + ALE_CONTROL); in cpsw_ale_control()