Searched refs:PINMODE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/pinctrl/intel/ |
| H A D | pinctrl-cherryview.c | 93 #define PINMODE(m, i) ((m) | ((i) * PINMODE_INVERT_OE)) macro 193 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 30, 31, 32, 33 */ 194 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 34, 35, 36, 37 */ 195 PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 1), /* 92, 94, 96, 97 */ 203 PINMODE(3, 0), PINMODE(2, 0), PINMODE(3, 0), PINMODE(2, 0), /* 76, 79, 80, 81 */ 204 PINMODE(2, 0), /* 82 */ 211 PIN_GROUP("hda_grp", southwest_hda_pins, PINMODE(2, 0)), 212 PIN_GROUP("i2c0_grp", southwest_i2c0_pins, PINMODE(1, 1)), 213 PIN_GROUP("i2c1_grp", southwest_i2c1_pins, PINMODE(1, 1)), 214 PIN_GROUP("i2c2_grp", southwest_i2c2_pins, PINMODE(1, 1)), [all …]
|