Home
last modified time | relevance | path

Searched refs:PIN_GRP_GPIO (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c110 #define PIN_GRP_GPIO(_name, _start, _nr, _mask, _func1) \ macro
154 PIN_GRP_GPIO("jtag", 20, 5, BIT(0), "jtag"),
155 PIN_GRP_GPIO("sdio0", 8, 3, BIT(1), "sdio"),
156 PIN_GRP_GPIO("emmc_nb", 27, 9, BIT(2), "emmc"),
157 PIN_GRP_GPIO("pwm0", 11, 1, BIT(3), "pwm"),
158 PIN_GRP_GPIO("pwm1", 12, 1, BIT(4), "pwm"),
159 PIN_GRP_GPIO("pwm2", 13, 1, BIT(5), "pwm"),
160 PIN_GRP_GPIO("pwm3", 14, 1, BIT(6), "pwm"),
161 PIN_GRP_GPIO("pmic1", 7, 1, BIT(7), "pmic"),
162 PIN_GRP_GPIO("pmic0", 6, 1, BIT(8), "pmic"),
[all …]
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c123 #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"),
181 PIN_GRP_GPIO("i2c2", 2, 2, BIT(9), "i2c"),
182 PIN_GRP_GPIO("i2c1", 0, 2, BIT(10), "i2c"),
183 PIN_GRP_GPIO("spi_cs1", 17, 1, BIT(12), "spi"),
186 PIN_GRP_GPIO("onewire", 4, 1, BIT(16), "onewire"),
[all …]