VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
b24413180f560 drivers/macintosh/ans-lcd.h (Greg Kroah-Hartman 2017-11-01 15:07:57 +0100  1) /* SPDX-License-Identifier: GPL-2.0 */
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  2) #ifndef _PPC_ANS_LCD_H
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  3) #define _PPC_ANS_LCD_H
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  4) 
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  5) #define ANSLCD_CLEAR		0x01
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  6) #define ANSLCD_SENDCTRL		0x02
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  7) #define ANSLCD_SETSHORTDELAY	0x03
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  8) #define ANSLCD_SETLONGDELAY	0x04
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700  9) 
^1da177e4c3f4 include/asm-ppc/ans-lcd.h   (Linus Torvalds     2005-04-16 15:20:36 -0700 10) #endif