ark-pinfunc.h 638 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Arkmicro's pinctrl bindings
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #define ARK_PBANK_0 0
  9. #define ARK_PBANK_1 1
  10. #define ARK_PBANK_2 2
  11. #define ARK_PBANK_3 3
  12. #define ARK_PBANK_4 4
  13. #define ARK_PBANK_5 5
  14. #define ARK_PVAL_0 0
  15. #define ARK_PVAL_1 1
  16. #define ARK_PVAL_2 2
  17. #define ARK_PVAL_3 3
  18. #define ARK_PVAL_4 4
  19. #define ARK_PVAL_5 5
  20. #define ARK_PVAL_6 6
  21. #define ARK_PVAL_7 7
  22. #define ARK_PDRV_2mA 0
  23. #define ARK_PDRV_4mA 1
  24. #define ARK_PDRV_8mA 2
  25. #define ARK_PDRV_16mA 3