led_condition    2557 dev/ic/rtw.c   	u_int8_t led_condition;
led_condition    2561 dev/ic/rtw.c   	led_condition = ls->ls_default;
led_condition    2564 dev/ic/rtw.c   		led_condition ^= ls->ls_slowblink;
led_condition    2566 dev/ic/rtw.c   		led_condition ^= ls->ls_actblink;
led_condition    2569 dev/ic/rtw.c   	    ("%s: LED condition %\n", __func__, led_condition));
led_condition    2576 dev/ic/rtw.c   		if (led_condition & RTW_LED0)
led_condition    2578 dev/ic/rtw.c   		if (led_condition & RTW_LED1)
led_condition    2585 dev/ic/rtw.c   		if (led_condition & RTW_LED0)
led_condition    2587 dev/ic/rtw.c   		if (led_condition & RTW_LED1)