Searched refs:PHY_LED (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-ocelot.c | 387 LUTON_P(5, TWI, PHY_LED); 388 LUTON_P(6, TWI, PHY_LED); 389 LUTON_P(7, NONE, PHY_LED); 390 LUTON_P(8, EXT_IRQ, PHY_LED); 391 LUTON_P(9, EXT_IRQ, PHY_LED); 392 LUTON_P(10, SFP, PHY_LED); 393 LUTON_P(11, SFP, PHY_LED); 394 LUTON_P(12, SFP, PHY_LED); 395 LUTON_P(13, SFP, PHY_LED); 396 LUTON_P(14, SI, PHY_LED); [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | mxl-gpy.c | 41 #define PHY_LED 0x1B /* LEDs */ macro 867 ret = phy_modify(phydev, PHY_LED, in gpy_led_brightness_set() 983 return phy_set_bits(phydev, PHY_LED, PHY_LED_HWCONTROL(index)); in gpy_led_hw_control_set() 1009 return phy_set_bits(phydev, PHY_LED, PHY_LED_POLARITY(index)); in gpy_led_polarity_set() 1012 return phy_clear_bits(phydev, PHY_LED, PHY_LED_POLARITY(index)); in gpy_led_polarity_set()
|