Searched refs:PINMODE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/intel/ |
| H A D | pinctrl-cherryview.c | 88 #define PINMODE(m, i) ((m) | ((i) * PINMODE_INVERT_OE)) macro 188 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 30, 31, 32, 33 */ 189 PINMODE(1, 1), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), /* 34, 35, 36, 37 */ 190 PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 0), PINMODE(1, 1), /* 92, 94, 96, 97 */ 198 PINMODE(3, 0), PINMODE(2, 0), PINMODE(3, 0), PINMODE(2, 0), /* 76, 79, 80, 81 */ 199 PINMODE(2, 0), /* 82 */ 203 PIN_GROUP("uart0_grp", southwest_uart0_pins, PINMODE(2, 0)), 204 PIN_GROUP("uart1_grp", southwest_uart1_pins, PINMODE(1, 0)), 205 PIN_GROUP("uart2_grp", southwest_uart2_pins, PINMODE(1, 0)), 206 PIN_GROUP("hda_grp", southwest_hda_pins, PINMODE(2, 0)), [all …]
|