1 // SPDX-License-Identifier: GPL-2.0 << 2 #include <asm/contregs.h> 1 #include <asm/contregs.h> 3 #include <asm/sun3mmu.h> 2 #include <asm/sun3mmu.h> 4 #include <asm/io.h> 3 #include <asm/io.h> 5 4 6 #include "sun3.h" << 7 << 8 void sun3_leds(unsigned char byte) 5 void sun3_leds(unsigned char byte) 9 { 6 { 10 unsigned char dfc; 7 unsigned char dfc; 11 8 12 GET_DFC(dfc); 9 GET_DFC(dfc); 13 SET_DFC(FC_CONTROL); !! 10 SET_DFC(FC_CONTROL); 14 SET_CONTROL_BYTE(AC_LEDS, byte); !! 11 SET_CONTROL_BYTE(AC_LEDS,byte); 15 SET_DFC(dfc); 12 SET_DFC(dfc); 16 } 13 } 17 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.