Home
last modified time | relevance | path

Searched refs:LED_STAT_ON (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsky2.h239 LED_STAT_ON = 1<<1, /* Status LED on */ enumerator
Dskge.h152 LED_STAT_ON = 1<<1, /* Status LED on */ enumerator
Dskge.c3117 skge_write8(hw, B0_LED, LED_STAT_ON); in skge_reset()
Dsky2.c2241 sky2_write8(hw, B0_Y2LED, LED_STAT_ON); in sky2_reset()
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgeinit.c147 SK_OUT8(IoC, B0_LED, LED_STAT_ON); in SkGeYellowLED()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h822 #define LED_STAT_ON BIT_1S /* Status LED on */ macro