Searched refs:PINMODE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 92 #define PINMODE(m, i) ((m) | ((i) * PINMODE_INVERT_OE)) macro 192 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 30, 31, 32, 33 */ 193 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 34, 35, 36, 37 */ 194 PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 1), /* 92, 94, 96, 97 */ 202 PINMODE(3, 0), PINMODE(2, 0), PINMODE(3, 0), PINMODE(2, 0), /* 76, 79, 80, 81 */ 203 PINMODE(2, 0), /* 82 */ 207 PIN_GROUP("uart0_grp", southwest_uart0_pins, PINMODE(2, 0)), 208 PIN_GROUP("uart1_grp", southwest_uart1_pins, PINMODE(1, 0)), 209 PIN_GROUP("uart2_grp", southwest_uart2_pins, PINMODE(1, 0)), 210 PIN_GROUP("hda_grp", southwest_hda_pins, PINMODE(2, 0)), [all …]
|