Searched refs:PIN_GROUP (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pinctrl/intel/ |
| H A D | pinctrl-geminilake.c | 125 PIN_GROUP("uart1_grp", glk_northwest_uart1_pins, 2), 126 PIN_GROUP("pwm0_grp", glk_northwest_pwm0_pins, 2), 127 PIN_GROUP("pwm1_grp", glk_northwest_pwm1_pins, 2), 128 PIN_GROUP("pwm2_grp", glk_northwest_pwm2_pins, 2), 129 PIN_GROUP("pwm3_grp", glk_northwest_pwm3_pins, 2), 130 PIN_GROUP("i2c0_grp", glk_northwest_i2c0_pins, 1), 131 PIN_GROUP("i2c1_grp", glk_northwest_i2c1_pins, 1), 132 PIN_GROUP("i2c2_grp", glk_northwest_i2c2_pins, 1), 133 PIN_GROUP("i2c3_grp", glk_northwest_i2c3_pins, 1), 134 PIN_GROUP("i2c4_grp", glk_northwest_i2c4_pins, 1), [all …]
|
| H A D | pinctrl-intel.h | 185 #define PIN_GROUP(n, p, m) \ macro 193 PIN_GROUP(n, p, m), \ 194 PIN_GROUP(n "_gpio", p, 0)
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-pistachio.c | 635 #define PIN_GROUP(_pin, _name) \ macro 821 PIN_GROUP(TCK, "tck"), 822 PIN_GROUP(TRSTN, "trstn"), 823 PIN_GROUP(TDI, "tdi"), 824 PIN_GROUP(TMS, "tms"), 825 PIN_GROUP(TDO, "tdo"), 826 PIN_GROUP(JTAG_COMPLY, "jtag_comply"), 827 PIN_GROUP(SAFE_MODE, "safe_mode"), 828 PIN_GROUP(POR_DISABLE, "por_disable"), 829 PIN_GROUP(RESETN, "resetn"),
|