pfuze100.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
  4. */
  5. #ifndef __LINUX_REG_PFUZE100_H
  6. #define __LINUX_REG_PFUZE100_H
  7. #define PFUZE100_SW1AB 0
  8. #define PFUZE100_SW1C 1
  9. #define PFUZE100_SW2 2
  10. #define PFUZE100_SW3A 3
  11. #define PFUZE100_SW3B 4
  12. #define PFUZE100_SW4 5
  13. #define PFUZE100_SWBST 6
  14. #define PFUZE100_VSNVS 7
  15. #define PFUZE100_VREFDDR 8
  16. #define PFUZE100_VGEN1 9
  17. #define PFUZE100_VGEN2 10
  18. #define PFUZE100_VGEN3 11
  19. #define PFUZE100_VGEN4 12
  20. #define PFUZE100_VGEN5 13
  21. #define PFUZE100_VGEN6 14
  22. #define PFUZE100_COIN 15
  23. #define PFUZE100_MAX_REGULATOR 16
  24. #define PFUZE200_SW1AB 0
  25. #define PFUZE200_SW2 1
  26. #define PFUZE200_SW3A 2
  27. #define PFUZE200_SW3B 3
  28. #define PFUZE200_SWBST 4
  29. #define PFUZE200_VSNVS 5
  30. #define PFUZE200_VREFDDR 6
  31. #define PFUZE200_VGEN1 7
  32. #define PFUZE200_VGEN2 8
  33. #define PFUZE200_VGEN3 9
  34. #define PFUZE200_VGEN4 10
  35. #define PFUZE200_VGEN5 11
  36. #define PFUZE200_VGEN6 12
  37. #define PFUZE200_COIN 13
  38. #define PFUZE3000_SW1A 0
  39. #define PFUZE3000_SW1B 1
  40. #define PFUZE3000_SW2 2
  41. #define PFUZE3000_SW3 3
  42. #define PFUZE3000_SWBST 4
  43. #define PFUZE3000_VSNVS 5
  44. #define PFUZE3000_VREFDDR 6
  45. #define PFUZE3000_VLDO1 7
  46. #define PFUZE3000_VLDO2 8
  47. #define PFUZE3000_VCCSD 9
  48. #define PFUZE3000_V33 10
  49. #define PFUZE3000_VLDO3 11
  50. #define PFUZE3000_VLDO4 12
  51. #define PFUZE3001_SW1 0
  52. #define PFUZE3001_SW2 1
  53. #define PFUZE3001_SW3 2
  54. #define PFUZE3001_VSNVS 3
  55. #define PFUZE3001_VLDO1 4
  56. #define PFUZE3001_VLDO2 5
  57. #define PFUZE3001_VCCSD 6
  58. #define PFUZE3001_V33 7
  59. #define PFUZE3001_VLDO3 8
  60. #define PFUZE3001_VLDO4 9
  61. #endif /* __LINUX_REG_PFUZE100_H */