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

TOMOYO Linux Cross Reference
Linux/arch/mips/include/asm/txx9/rbtx4927.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/mips/include/asm/txx9/rbtx4927.h (Version linux-6.12-rc7) and /arch/i386/include/asm-i386/txx9/rbtx4927.h (Version linux-4.14.336)


  1 /*                                                  1 
  2  * Author: MontaVista Software, Inc.              
  3  *         source@mvista.com                      
  4  *                                                
  5  * Copyright 2001-2002 MontaVista Software Inc    
  6  *                                                
  7  *  This program is free software; you can red    
  8  *  under the terms of the GNU General Public     
  9  *  Free Software Foundation; either version 2    
 10  *  option) any later version.                    
 11  *                                                
 12  *  THIS SOFTWARE IS PROVIDED ``AS IS'' AND AN    
 13  *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO,    
 14  *  MERCHANTABILITY AND FITNESS FOR A PARTICUL    
 15  *  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR    
 16  *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQU    
 17  *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTIT    
 18  *  OF USE, DATA, OR PROFITS; OR BUSINESS INTE    
 19  *  ON ANY THEORY OF LIABILITY, WHETHER IN CON    
 20  *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) A    
 21  *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF T    
 22  *                                                
 23  *  You should have received a copy of the GNU    
 24  *  with this program; if not, write to the Fr    
 25  *  675 Mass Ave, Cambridge, MA 02139, USA.       
 26  */                                               
 27 #ifndef __ASM_TXX9_RBTX4927_H                     
 28 #define __ASM_TXX9_RBTX4927_H                     
 29                                                   
 30 #include <asm/txx9/tx4927.h>                      
 31                                                   
 32 #define RBTX4927_PCIMEM         0x08000000        
 33 #define RBTX4927_PCIMEM_SIZE    0x08000000        
 34 #define RBTX4927_PCIIO          0x16000000        
 35 #define RBTX4927_PCIIO_SIZE     0x01000000        
 36                                                   
 37 #define RBTX4927_LED_ADDR       (IO_BASE + TXX    
 38 #define RBTX4927_IMASK_ADDR     (IO_BASE + TXX    
 39 #define RBTX4927_IMSTAT_ADDR    (IO_BASE + TXX    
 40 #define RBTX4927_SOFTINT_ADDR   (IO_BASE + TXX    
 41 #define RBTX4927_SOFTRESET_ADDR (IO_BASE + TXX    
 42 #define RBTX4927_SOFTRESETLOCK_ADDR     (IO_BA    
 43 #define RBTX4927_PCIRESET_ADDR  (IO_BASE + TXX    
 44 #define RBTX4927_BRAMRTC_BASE   (IO_BASE + TXX    
 45 #define RBTX4927_ETHER_BASE     (IO_BASE + TXX    
 46                                                   
 47 /* Ethernet port address */                       
 48 #define RBTX4927_ETHER_ADDR     (RBTX4927_ETHE    
 49                                                   
 50 #define rbtx4927_imask_addr     ((__u8 __iomem    
 51 #define rbtx4927_imstat_addr    ((__u8 __iomem    
 52 #define rbtx4927_softint_addr   ((__u8 __iomem    
 53 #define rbtx4927_softreset_addr ((__u8 __iomem    
 54 #define rbtx4927_softresetlock_addr     \         
 55                                 ((__u8 __iomem    
 56 #define rbtx4927_pcireset_addr  ((__u8 __iomem    
 57                                                   
 58 /* bits for ISTAT/IMASK/IMSTAT */                 
 59 #define RBTX4927_INTB_PCID      0                 
 60 #define RBTX4927_INTB_PCIC      1                 
 61 #define RBTX4927_INTB_PCIB      2                 
 62 #define RBTX4927_INTB_PCIA      3                 
 63 #define RBTX4927_INTF_PCID      (1 << RBTX4927    
 64 #define RBTX4927_INTF_PCIC      (1 << RBTX4927    
 65 #define RBTX4927_INTF_PCIB      (1 << RBTX4927    
 66 #define RBTX4927_INTF_PCIA      (1 << RBTX4927    
 67                                                   
 68 #define RBTX4927_NR_IRQ_IOC     8       /* IOC    
 69                                                   
 70 #define RBTX4927_IRQ_IOC        (TXX9_IRQ_BASE    
 71 #define RBTX4927_IRQ_IOC_PCID   (RBTX4927_IRQ_    
 72 #define RBTX4927_IRQ_IOC_PCIC   (RBTX4927_IRQ_    
 73 #define RBTX4927_IRQ_IOC_PCIB   (RBTX4927_IRQ_    
 74 #define RBTX4927_IRQ_IOC_PCIA   (RBTX4927_IRQ_    
 75                                                   
 76 #define RBTX4927_IRQ_IOCINT     (TXX9_IRQ_BASE    
 77                                                   
 78 #ifdef CONFIG_PCI                                 
 79 #define RBTX4927_ISA_IO_OFFSET RBTX4927_PCIIO     
 80 #else                                             
 81 #define RBTX4927_ISA_IO_OFFSET 0                  
 82 #endif                                            
 83                                                   
 84 #define RBTX4927_RTL_8019_BASE (RBTX4927_ETHER    
 85 #define RBTX4927_RTL_8019_IRQ  (TXX9_IRQ_BASE     
 86                                                   
 87 void rbtx4927_prom_init(void);                    
 88 void rbtx4927_irq_setup(void);                    
 89 struct pci_dev;                                   
 90 int rbtx4927_pci_map_irq(const struct pci_dev     
 91                                                   
 92 #endif /* __ASM_TXX9_RBTX4927_H */                
 93                                                   

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