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

TOMOYO Linux Cross Reference
Linux/arch/m68k/include/asm/mcfintc.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/m68k/include/asm/mcfintc.h (Version linux-6.12-rc7) and /arch/i386/include/asm-i386/mcfintc.h (Version linux-5.3.18)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 /*********************************************    
  3                                                   
  4 /*                                                
  5  *      mcfintc.h -- support definitions for t    
  6  *                   Interrupt Controller         
  7  *                                                
  8  *      (C) Copyright 2009,  Greg Ungerer <ger    
  9  */                                               
 10                                                   
 11 /*********************************************    
 12 #ifndef mcfintc_h                                 
 13 #define mcfintc_h                                 
 14 /*********************************************    
 15                                                   
 16 /*                                                
 17  * Most of the older ColdFire parts use the sa    
 18  * controller. This is currently used on the 5    
 19  * and 5407 parts.                                
 20  *                                                
 21  * The builtin peripherals are masked through     
 22  * Interrupt Mask register (IMR) - and this is    
 23  * related to) the actual interrupt number the    
 24  * number doesn't explicitly map to a certain     
 25  * interrupt control purposes.                    
 26  */                                               
 27                                                   
 28 /*                                                
 29  * Bit definitions for the ICR family of regis    
 30  */                                               
 31 #define MCFSIM_ICR_AUTOVEC      0x80              
 32 #define MCFSIM_ICR_LEVEL0       0x00              
 33 #define MCFSIM_ICR_LEVEL1       0x04              
 34 #define MCFSIM_ICR_LEVEL2       0x08              
 35 #define MCFSIM_ICR_LEVEL3       0x0c              
 36 #define MCFSIM_ICR_LEVEL4       0x10              
 37 #define MCFSIM_ICR_LEVEL5       0x14              
 38 #define MCFSIM_ICR_LEVEL6       0x18              
 39 #define MCFSIM_ICR_LEVEL7       0x1c              
 40                                                   
 41 #define MCFSIM_ICR_PRI0         0x00              
 42 #define MCFSIM_ICR_PRI1         0x01              
 43 #define MCFSIM_ICR_PRI2         0x02              
 44 #define MCFSIM_ICR_PRI3         0x03              
 45                                                   
 46 /*                                                
 47  * IMR bit position definitions. Not all ColdF    
 48  * controller actually support all of these in    
 49  * numbers are the same in all cores.             
 50  */                                               
 51 #define MCFINTC_EINT1           1                 
 52 #define MCFINTC_EINT2           2                 
 53 #define MCFINTC_EINT3           3                 
 54 #define MCFINTC_EINT4           4                 
 55 #define MCFINTC_EINT5           5                 
 56 #define MCFINTC_EINT6           6                 
 57 #define MCFINTC_EINT7           7                 
 58 #define MCFINTC_SWT             8                 
 59 #define MCFINTC_TIMER1          9                 
 60 #define MCFINTC_TIMER2          10                
 61 #define MCFINTC_I2C             11                
 62 #define MCFINTC_UART0           12                
 63 #define MCFINTC_UART1           13                
 64 #define MCFINTC_DMA0            14                
 65 #define MCFINTC_DMA1            15                
 66 #define MCFINTC_DMA2            16                
 67 #define MCFINTC_DMA3            17                
 68 #define MCFINTC_QSPI            18                
 69                                                   
 70 #ifndef __ASSEMBLER__                             
 71                                                   
 72 /*                                                
 73  * There is no one-is-one correspondance betwe    
 74  * and the bit fields on the mask register. So    
 75  * mapping of irq to mask bit. The CPU platfor    
 76  * its supported irq's at init time, using thi    
 77  */                                               
 78 extern unsigned char mcf_irq2imr[];               
 79 static inline void mcf_mapirq2imr(int irq, int    
 80 {                                                 
 81         mcf_irq2imr[irq] = imr;                   
 82 }                                                 
 83                                                   
 84 void mcf_autovector(int irq);                     
 85 void mcf_setimr(int index);                       
 86 void mcf_clrimr(int index);                       
 87 #endif                                            
 88                                                   
 89 /*********************************************    
 90 #endif  /* mcfintc_h */                           
 91                                                   

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