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

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-sa1100/include/mach/h3xxx.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/arm/mach-sa1100/include/mach/h3xxx.h (Architecture i386) and /arch/sparc64/mach-sa1100/include/mach/h3xxx.h (Architecture sparc64)


  1 /* SPDX-License-Identifier: GPL-2.0-only */         1 
  2 /*                                                
  3  * Definitions for Compaq iPAQ H3100 and H3600    
  4  *                                                
  5  * (c) 2000 Compaq Computer Corporation. (Auth    
  6  * (c) 2009 Dmitry Artamonow <mad_soft@inbox.r    
  7  */                                               
  8                                                   
  9 #ifndef _INCLUDE_H3XXX_H_                         
 10 #define _INCLUDE_H3XXX_H_                         
 11                                                   
 12 #include "hardware.h" /* Gives GPIO_MAX */        
 13                                                   
 14 /* Physical memory regions corresponding to ch    
 15 #define H3600_EGPIO_PHYS        (SA1100_CS5_PH    
 16 #define H3600_BANK_2_PHYS       SA1100_CS2_PHY    
 17 #define H3600_BANK_4_PHYS       SA1100_CS4_PHY    
 18                                                   
 19 /* Virtual memory regions corresponding to chi    
 20 #define H3600_EGPIO_VIRT        0xf0000000        
 21 #define H3600_BANK_2_VIRT       0xf1000000        
 22 #define H3600_BANK_4_VIRT       0xf3800000        
 23                                                   
 24 /*                                                
 25  * gpiolib numbers for all iPAQs                  
 26  */                                               
 27 #define H3XXX_GPIO_PWR_BUTTON           0         
 28 #define H3XXX_GPIO_PCMCIA_CD1           10        
 29 #define H3XXX_GPIO_PCMCIA_IRQ1          11        
 30 #define H3XXX_GPIO_PCMCIA_CD0           17        
 31 #define H3XXX_GPIO_ACTION_BUTTON        18        
 32 #define H3XXX_GPIO_SYS_CLK              19        
 33 #define H3XXX_GPIO_PCMCIA_IRQ0          21        
 34 #define H3XXX_GPIO_COM_DCD              23        
 35 #define H3XXX_GPIO_OPTION               24        
 36 #define H3XXX_GPIO_COM_CTS              25        
 37 #define H3XXX_GPIO_COM_RTS              26        
 38                                                   
 39 /* machine-specific gpios */                      
 40                                                   
 41 #define H3100_GPIO_BT_ON                2         
 42 #define H3100_GPIO_QMUTE                4         
 43 #define H3100_GPIO_LCD_3V_ON            5         
 44 #define H3100_GPIO_AUD_ON               6         
 45 #define H3100_GPIO_AUD_PWR_ON           7         
 46 #define H3100_GPIO_IR_ON                8         
 47 #define H3100_GPIO_IR_FSEL              9         
 48                                                   
 49 #define H3600_GPIO_CLK_SET0             12        
 50 #define H3600_GPIO_CLK_SET1             13        
 51 #define H3600_GPIO_SOFT_RESET           20        
 52 #define H3600_GPIO_OPT_LOCK             22        
 53 #define H3600_GPIO_OPT_DET              27        
 54                                                   
 55                                                   
 56 /* H3100 / 3600 EGPIO pins */                     
 57 #define H3XXX_EGPIO_BASE                (GPIO_    
 58                                                   
 59 #define H3XXX_EGPIO_VPP_ON              (H3XXX    
 60 #define H3XXX_EGPIO_CARD_RESET          (H3XXX    
 61 #define H3XXX_EGPIO_OPT_RESET           (H3XXX    
 62 #define H3XXX_EGPIO_CODEC_NRESET        (H3XXX    
 63 #define H3XXX_EGPIO_OPT_NVRAM_ON        (H3XXX    
 64 #define H3XXX_EGPIO_OPT_ON              (H3XXX    
 65 #define H3XXX_EGPIO_LCD_ON              (H3XXX    
 66 #define H3XXX_EGPIO_RS232_ON            (H3XXX    
 67                                                   
 68 /* H3600 only EGPIO pins */                       
 69 #define H3600_EGPIO_LCD_PCI             (H3XXX    
 70 #define H3600_EGPIO_IR_ON               (H3XXX    
 71 #define H3600_EGPIO_AUD_AMP_ON          (H3XXX    
 72 #define H3600_EGPIO_AUD_PWR_ON          (H3XXX    
 73 #define H3600_EGPIO_QMUTE               (H3XXX    
 74 #define H3600_EGPIO_IR_FSEL             (H3XXX    
 75 #define H3600_EGPIO_LCD_5V_ON           (H3XXX    
 76 #define H3600_EGPIO_LVDD_ON             (H3XXX    
 77                                                   
 78 void __init h3xxx_map_io(void);                   
 79 void __init h3xxx_mach_init(void);                
 80                                                   
 81 #endif /* _INCLUDE_H3XXX_H_ */                    
 82                                                   

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