Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c247 #define H3_EPHY_LED_POL BIT(17) /* 1: active low, 0: active high */ macro
924 reg |= H3_EPHY_LED_POL; in sun8i_dwmac_set_syscon()
926 reg &= ~H3_EPHY_LED_POL; in sun8i_dwmac_set_syscon()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsun8i_emac.c54 #define H3_EPHY_LED_POL BIT(17) /* 1: active low, 0: active high */ macro