Searched refs:LAN743X_LED_ENABLE (Results 1 – 1 of 1) sorted by relevance
15 #define LAN743X_LED_ENABLE(pin) BIT(LAN743X_LED0_ENABLE + (pin)) macro209 val |= LAN743X_LED_ENABLE(pin); in lan743x_led_mux_enable()211 val &= ~LAN743X_LED_ENABLE(pin); in lan743x_led_mux_enable()227 bool led_enabled = (val & LAN743X_LED_ENABLE(i)) != 0; in lan743x_led_mux_save()