Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h119 uint8_t sc_gpio_ledstate; member
H A Durtw.c1691 sc->sc_gpio_ledstate = URTW_LED_POWER_ON_BLINK; in urtw_led_mode0()
1696 sc->sc_gpio_ledstate = URTW_LED_BLINK_NORMAL; in urtw_led_mode0()
1701 sc->sc_gpio_ledstate = URTW_LED_ON; in urtw_led_mode0()
1708 switch (sc->sc_gpio_ledstate) { in urtw_led_mode0()
1742 sc->sc_gpio_ledstate)); in urtw_led_mode0()
1784 if (sc->sc_gpio_ledstate != URTW_LED_BLINK_NORMAL && in urtw_led_blink()
1785 sc->sc_gpio_ledstate != URTW_LED_BLINK_SLOWLY && in urtw_led_blink()
1786 sc->sc_gpio_ledstate != URTW_LED_BLINK_CM3) in urtw_led_blink()
1790 if (sc->sc_gpio_ledstate == URTW_LED_ON && in urtw_led_blink()
1793 else if (sc->sc_gpio_ledstate == URTW_LED_OFF && in urtw_led_blink()
[all …]