Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
0004  */
0005 #ifndef __LINUX_REG_PFUZE100_H
0006 #define __LINUX_REG_PFUZE100_H
0007 
0008 #define PFUZE100_SW1AB      0
0009 #define PFUZE100_SW1C       1
0010 #define PFUZE100_SW2        2
0011 #define PFUZE100_SW3A       3
0012 #define PFUZE100_SW3B       4
0013 #define PFUZE100_SW4        5
0014 #define PFUZE100_SWBST      6
0015 #define PFUZE100_VSNVS      7
0016 #define PFUZE100_VREFDDR    8
0017 #define PFUZE100_VGEN1      9
0018 #define PFUZE100_VGEN2      10
0019 #define PFUZE100_VGEN3      11
0020 #define PFUZE100_VGEN4      12
0021 #define PFUZE100_VGEN5      13
0022 #define PFUZE100_VGEN6      14
0023 #define PFUZE100_COIN       15
0024 #define PFUZE100_MAX_REGULATOR  16
0025 
0026 #define PFUZE200_SW1AB      0
0027 #define PFUZE200_SW2        1
0028 #define PFUZE200_SW3A       2
0029 #define PFUZE200_SW3B       3
0030 #define PFUZE200_SWBST      4
0031 #define PFUZE200_VSNVS      5
0032 #define PFUZE200_VREFDDR    6
0033 #define PFUZE200_VGEN1      7
0034 #define PFUZE200_VGEN2      8
0035 #define PFUZE200_VGEN3      9
0036 #define PFUZE200_VGEN4      10
0037 #define PFUZE200_VGEN5      11
0038 #define PFUZE200_VGEN6      12
0039 #define PFUZE200_COIN       13
0040 
0041 #define PFUZE3000_SW1A      0
0042 #define PFUZE3000_SW1B      1
0043 #define PFUZE3000_SW2       2
0044 #define PFUZE3000_SW3       3
0045 #define PFUZE3000_SWBST     4
0046 #define PFUZE3000_VSNVS     5
0047 #define PFUZE3000_VREFDDR   6
0048 #define PFUZE3000_VLDO1     7
0049 #define PFUZE3000_VLDO2     8
0050 #define PFUZE3000_VCCSD     9
0051 #define PFUZE3000_V33       10
0052 #define PFUZE3000_VLDO3     11
0053 #define PFUZE3000_VLDO4     12
0054 
0055 #define PFUZE3001_SW1       0
0056 #define PFUZE3001_SW2       1
0057 #define PFUZE3001_SW3       2
0058 #define PFUZE3001_VSNVS     3
0059 #define PFUZE3001_VLDO1     4
0060 #define PFUZE3001_VLDO2     5
0061 #define PFUZE3001_VCCSD     6
0062 #define PFUZE3001_V33       7
0063 #define PFUZE3001_VLDO3     8
0064 #define PFUZE3001_VLDO4     9
0065 
0066 #endif /* __LINUX_REG_PFUZE100_H */