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

TOMOYO Linux Cross Reference
Linux/arch/sh/include/cpu-sh4/cpu/shx3.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/sh/include/cpu-sh4/cpu/shx3.h (Version linux-6.12-rc7) and /arch/i386/include/cpu-sh4/cpu/shx3.h (Version linux-5.7.19)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 #ifndef __CPU_SHX3_H                              
  3 #define __CPU_SHX3_H                              
  4                                                   
  5 enum {                                            
  6         /* PA */                                  
  7         GPIO_PA7, GPIO_PA6, GPIO_PA5, GPIO_PA4    
  8         GPIO_PA3, GPIO_PA2, GPIO_PA1, GPIO_PA0    
  9                                                   
 10         /* PB */                                  
 11         GPIO_PB7, GPIO_PB6, GPIO_PB5, GPIO_PB4    
 12         GPIO_PB3, GPIO_PB2, GPIO_PB1, GPIO_PB0    
 13                                                   
 14         /* PC */                                  
 15         GPIO_PC7, GPIO_PC6, GPIO_PC5, GPIO_PC4    
 16         GPIO_PC3, GPIO_PC2, GPIO_PC1, GPIO_PC0    
 17                                                   
 18         /* PD */                                  
 19         GPIO_PD7, GPIO_PD6, GPIO_PD5, GPIO_PD4    
 20         GPIO_PD3, GPIO_PD2, GPIO_PD1, GPIO_PD0    
 21                                                   
 22         /* PE */                                  
 23         GPIO_PE7, GPIO_PE6, GPIO_PE5, GPIO_PE4    
 24         GPIO_PE3, GPIO_PE2, GPIO_PE1, GPIO_PE0    
 25                                                   
 26         /* PF */                                  
 27         GPIO_PF7, GPIO_PF6, GPIO_PF5, GPIO_PF4    
 28         GPIO_PF3, GPIO_PF2, GPIO_PF1, GPIO_PF0    
 29                                                   
 30         /* PG */                                  
 31         GPIO_PG7, GPIO_PG6, GPIO_PG5, GPIO_PG4    
 32         GPIO_PG3, GPIO_PG2, GPIO_PG1, GPIO_PG0    
 33                                                   
 34         /* PH */                                  
 35         GPIO_PH5, GPIO_PH4,                       
 36         GPIO_PH3, GPIO_PH2, GPIO_PH1, GPIO_PH0    
 37                                                   
 38         /* SCIF */                                
 39         GPIO_FN_SCK3, GPIO_FN_TXD3, GPIO_FN_RX    
 40         GPIO_FN_SCK2, GPIO_FN_TXD2, GPIO_FN_RX    
 41         GPIO_FN_SCK1, GPIO_FN_TXD1, GPIO_FN_RX    
 42         GPIO_FN_SCK0, GPIO_FN_TXD0, GPIO_FN_RX    
 43                                                   
 44         /* LBSC */                                
 45         GPIO_FN_D31, GPIO_FN_D30, GPIO_FN_D29,    
 46         GPIO_FN_D27, GPIO_FN_D26, GPIO_FN_D25,    
 47         GPIO_FN_D23, GPIO_FN_D22, GPIO_FN_D21,    
 48         GPIO_FN_D19, GPIO_FN_D18, GPIO_FN_D17,    
 49         GPIO_FN_WE3, GPIO_FN_WE2, GPIO_FN_CS6,    
 50         GPIO_FN_CS4, GPIO_FN_CLKOUTENB, GPIO_F    
 51         GPIO_FN_IOIS16, GPIO_FN_CE2B, GPIO_FN_    
 52                                                   
 53         /* DMAC */                                
 54         GPIO_FN_DACK0, GPIO_FN_DREQ0, GPIO_FN_    
 55         GPIO_FN_DACK1, GPIO_FN_DREQ1, GPIO_FN_    
 56         GPIO_FN_DACK2, GPIO_FN_DREQ2, GPIO_FN_    
 57         GPIO_FN_DACK3, GPIO_FN_DREQ3, GPIO_FN_    
 58                                                   
 59         /* INTC */                                
 60         GPIO_FN_IRQ3, GPIO_FN_IRQ2, GPIO_FN_IR    
 61         GPIO_FN_IRL3, GPIO_FN_IRL2, GPIO_FN_IR    
 62         GPIO_FN_IRQOUT, GPIO_FN_STATUS1, GPIO_    
 63 };                                                
 64                                                   
 65 #endif /* __CPU_SHX3_H */                         
 66                                                   

~ [ 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