Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
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()
/linux-6.1.9/arch/m68k/hp300/
Dconfig.c31 unsigned char hp300_ledstate; variable
32 EXPORT_SYMBOL(hp300_ledstate);