Searched refs:PIN_GRP_GPIO (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 111 #define PIN_GRP_GPIO(_name, _start, _nr, _mask, _func1) \ macro 145 PIN_GRP_GPIO("jtag", 20, 5, BIT(0), "jtag"), 146 PIN_GRP_GPIO("sdio0", 8, 3, BIT(1), "sdio"), 147 PIN_GRP_GPIO("emmc_nb", 27, 9, BIT(2), "emmc"), 148 PIN_GRP_GPIO("pwm0", 11, 1, BIT(3), "pwm"), 149 PIN_GRP_GPIO("pwm1", 12, 1, BIT(4), "pwm"), 150 PIN_GRP_GPIO("pwm2", 13, 1, BIT(5), "pwm"), 151 PIN_GRP_GPIO("pwm3", 14, 1, BIT(6), "pwm"), 152 PIN_GRP_GPIO("pmic1", 17, 1, BIT(7), "pmic"), 153 PIN_GRP_GPIO("pmic0", 16, 1, BIT(8), "pmic"), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 123 #define PIN_GRP_GPIO(_name, _start, _nr, _mask, _func1) \ macro 167 PIN_GRP_GPIO("jtag", 20, 5, BIT(0), "jtag"), 168 PIN_GRP_GPIO("sdio0", 8, 3, BIT(1), "sdio"), 169 PIN_GRP_GPIO("emmc_nb", 27, 9, BIT(2), "emmc"), 178 PIN_GRP_GPIO("pmic1", 7, 1, BIT(7), "pmic"), 179 PIN_GRP_GPIO("pmic0", 6, 1, BIT(8), "pmic"), 180 PIN_GRP_GPIO("i2c2", 2, 2, BIT(9), "i2c"), 181 PIN_GRP_GPIO("i2c1", 0, 2, BIT(10), "i2c"), 182 PIN_GRP_GPIO("spi_cs1", 17, 1, BIT(12), "spi"), 185 PIN_GRP_GPIO("onewire", 4, 1, BIT(16), "onewire"), [all …]
|