~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/parisc/include/asm/grfioctl.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/parisc/include/asm/grfioctl.h (Architecture sparc64) and /arch/alpha/include/asm-alpha/grfioctl.h (Architecture alpha)


  1 /* SPDX-License-Identifier: GPL-2.0-or-later *      1 
  2 /*  Architecture specific parts of HP's STI (f    
  3  *  Structures are HP-UX compatible for XFree8    
  4  *                                                
  5  *    Linux/PA-RISC Project (http://www.parisc    
  6  *    Copyright (C) 2001 Helge Deller (deller     
  7  */                                               
  8                                                   
  9 #ifndef __ASM_PARISC_GRFIOCTL_H                   
 10 #define __ASM_PARISC_GRFIOCTL_H                   
 11                                                   
 12 /* upper 32 bits of graphics id (HP/UX identif    
 13                                                   
 14 #define GRFGATOR                8                 
 15 #define S9000_ID_S300           9                 
 16 #define GRFBOBCAT               9                 
 17 #define GRFCATSEYE              9                 
 18 #define S9000_ID_98720          10                
 19 #define GRFRBOX                 10                
 20 #define S9000_ID_98550          11                
 21 #define GRFFIREEYE              11                
 22 #define S9000_ID_A1096A         12                
 23 #define GRFHYPERION             12                
 24 #define S9000_ID_FRI            13                
 25 #define S9000_ID_98730          14                
 26 #define GRFDAVINCI              14                
 27 #define S9000_ID_98705          0x26C08070        
 28 #define S9000_ID_98736          0x26D148AB        
 29 #define S9000_ID_A1659A         0x26D1482A        
 30 #define S9000_ID_ELK            S9000_ID_A1659    
 31 #define S9000_ID_A1439A         0x26D148EE        
 32 #define S9000_ID_A1924A         0x26D1488C        
 33 #define S9000_ID_ELM            S9000_ID_A1924    
 34 #define S9000_ID_98765          0x27480DEF        
 35 #define S9000_ID_ELK_768        0x27482101        
 36 #define S9000_ID_STINGER        0x27A4A402        
 37 #define S9000_ID_TIMBER         0x27F12392        
 38 #define S9000_ID_TOMCAT         0x27FCCB6D        
 39 #define S9000_ID_ARTIST         0x2B4DED6D        
 40 #define S9000_ID_HCRX           0x2BCB015A        
 41 #define CRX24_OVERLAY_PLANES    0x920825AA        
 42                                                   
 43 #define CRT_ID_ELK_1024         S9000_ID_ELK_7    
 44 #define CRT_ID_ELK_1280         S9000_ID_A1659    
 45 #define CRT_ID_ELK_1024DB       0x27849CA5        
 46 #define CRT_ID_ELK_GS           S9000_ID_A1924    
 47 #define CRT_ID_CRX24            S9000_ID_A1439    
 48 #define CRT_ID_VISUALIZE_EG     0x2D08C0A7        
 49 #define CRT_ID_THUNDER          0x2F23E5FC        
 50 #define CRT_ID_THUNDER2         0x2F8D570E        
 51 #define CRT_ID_HCRX             S9000_ID_HCRX     
 52 #define CRT_ID_CRX48Z           S9000_ID_STING    
 53 #define CRT_ID_DUAL_CRX         S9000_ID_TOMCA    
 54 #define CRT_ID_PVRX             S9000_ID_98705    
 55 #define CRT_ID_TIMBER           S9000_ID_TIMBE    
 56 #define CRT_ID_TVRX             S9000_ID_98765    
 57 #define CRT_ID_ARTIST           S9000_ID_ARTIS    
 58 #define CRT_ID_SUMMIT           0x2FC1066B        
 59 #define CRT_ID_LEGO             0x35ACDA30        
 60 #define CRT_ID_PINNACLE         0x35ACDA16        
 61                                                   
 62 #endif /* __ASM_PARISC_GRFIOCTL_H */              
 63                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php