1234567891011121314151617181920212223242526272829 |
- /*
- * Arkmicro's pinctrl bindings
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
- #define ARK_PBANK_0 0
- #define ARK_PBANK_1 1
- #define ARK_PBANK_2 2
- #define ARK_PBANK_3 3
- #define ARK_PBANK_4 4
- #define ARK_PBANK_5 5
- #define ARK_PVAL_0 0
- #define ARK_PVAL_1 1
- #define ARK_PVAL_2 2
- #define ARK_PVAL_3 3
- #define ARK_PVAL_4 4
- #define ARK_PVAL_5 5
- #define ARK_PVAL_6 6
- #define ARK_PVAL_7 7
- #define ARK_PDRV_2mA 0
- #define ARK_PDRV_4mA 1
- #define ARK_PDRV_8mA 2
- #define ARK_PDRV_16mA 3
|