Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/urtw/
H A Durtw_reg.h269 #define URTW_LED_ON 1 macro
H A Durtw.c1697 sc->sc_gpio_ledstate = URTW_LED_ON; in urtw_led_mode0()
1705 case URTW_LED_ON: in urtw_led_mode0()
1715 URTW_LED_OFF : URTW_LED_ON; in urtw_led_mode0()
1772 if (sc->sc_gpio_blinkstate == URTW_LED_ON) in urtw_led_blink()
1786 if (sc->sc_gpio_ledstate == URTW_LED_ON && in urtw_led_blink()
1798 sc->sc_gpio_blinkstate = (sc->sc_gpio_blinkstate != URTW_LED_ON) ? in urtw_led_blink()
1799 URTW_LED_ON : URTW_LED_OFF; in urtw_led_blink()