Searched refs:PHY_LED (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-ocelot.c | 405 LUTON_P(5, TWI, PHY_LED); 406 LUTON_P(6, TWI, PHY_LED); 407 LUTON_P(7, NONE, PHY_LED); 408 LUTON_P(8, EXT_IRQ, PHY_LED); 409 LUTON_P(9, EXT_IRQ, PHY_LED); 410 LUTON_P(10, SFP, PHY_LED); 411 LUTON_P(11, SFP, PHY_LED); 412 LUTON_P(12, SFP, PHY_LED); 413 LUTON_P(13, SFP, PHY_LED); 414 LUTON_P(14, SI, PHY_LED); [all …]
|
| /linux/drivers/net/phy/ |
| H A D | mxl-gpy.c | 44 #define PHY_LED 0x1B /* LEDs */ macro 899 ret = phy_modify(phydev, PHY_LED, in gpy_led_brightness_set() 1015 return phy_set_bits(phydev, PHY_LED, PHY_LED_HWCONTROL(index)); in gpy_led_hw_control_set() 1041 return phy_set_bits(phydev, PHY_LED, PHY_LED_POLARITY(index)); in gpy_led_polarity_set() 1044 return phy_clear_bits(phydev, PHY_LED, PHY_LED_POLARITY(index)); in gpy_led_polarity_set()
|