Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dsky2.c534 (PHY_M_LEDC_LOS_CTRL(1) | /* LINK/ACT */ in sky2_phy_init()
562 (PHY_M_LEDC_LOS_CTRL(1) | /* LINK/ACT */ in sky2_phy_init()
3949 PHY_M_LEDC_LOS_CTRL(8) | in sky2_led()
3956 PHY_M_LEDC_LOS_CTRL(9) | in sky2_led()
3963 PHY_M_LEDC_LOS_CTRL(0xa) | in sky2_led()
3970 PHY_M_LEDC_LOS_CTRL(1) | in sky2_led()
H A Dskge.h1611 #define PHY_M_LEDC_LOS_CTRL(x) (((x)<<12) & PHY_M_LEDC_LOS_MSK) macro
H A Dsky2.h1624 #define PHY_M_LEDC_LOS_CTRL(x) (((x)<<12) & PHY_M_LEDC_LOS_MSK) macro