Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dblinken.h20 extern unsigned char hp300_ledstate;
26 hp300_ledstate |= on; in blinken_leds()
27 hp300_ledstate &= ~off; in blinken_leds()
28 out_8(HP300_LEDS, ~hp300_ledstate); in blinken_leds()
/openbmc/linux/arch/m68k/hp300/
H A Dconfig.c31 unsigned char hp300_ledstate; variable
32 EXPORT_SYMBOL(hp300_ledstate);