Searched refs:NMK_GPIO_ALT_A (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik-db8500.c | 679 NMK_PIN_GROUP(u0_a_1, NMK_GPIO_ALT_A), 680 NMK_PIN_GROUP(u1rxtx_a_1, NMK_GPIO_ALT_A), 681 NMK_PIN_GROUP(u1ctsrts_a_1, NMK_GPIO_ALT_A), 682 NMK_PIN_GROUP(ipi2c_a_1, NMK_GPIO_ALT_A), 683 NMK_PIN_GROUP(ipi2c_a_2, NMK_GPIO_ALT_A), 684 NMK_PIN_GROUP(msp0txrx_a_1, NMK_GPIO_ALT_A), 685 NMK_PIN_GROUP(msp0tfstck_a_1, NMK_GPIO_ALT_A), 686 NMK_PIN_GROUP(msp0rfsrck_a_1, NMK_GPIO_ALT_A), 687 NMK_PIN_GROUP(mc0_a_1, NMK_GPIO_ALT_A), 688 NMK_PIN_GROUP(mc0_a_2, NMK_GPIO_ALT_A), [all …]
|
D | pinctrl-nomadik-stn8815.c | 307 NMK_PIN_GROUP(u0txrx_a_1, NMK_GPIO_ALT_A), 308 NMK_PIN_GROUP(u0ctsrts_a_1, NMK_GPIO_ALT_A), 309 NMK_PIN_GROUP(u0modem_a_1, NMK_GPIO_ALT_A), 310 NMK_PIN_GROUP(mmcsd_a_1, NMK_GPIO_ALT_A), 312 NMK_PIN_GROUP(u1_a_1, NMK_GPIO_ALT_A), 313 NMK_PIN_GROUP(i2c1_a_1, NMK_GPIO_ALT_A), 314 NMK_PIN_GROUP(i2c0_a_1, NMK_GPIO_ALT_A),
|
D | pinctrl-nomadik.h | 11 #define NMK_GPIO_ALT_A 1 macro 13 #define NMK_GPIO_ALT_C (NMK_GPIO_ALT_A | NMK_GPIO_ALT_B)
|
D | pinctrl-nomadik.c | 81 #define PIN_ALT_A (NMK_GPIO_ALT_A << PIN_ALT_SHIFT) 292 if (gpio_mode & NMK_GPIO_ALT_A) in __nmk_gpio_set_mode() 907 return (afunc ? NMK_GPIO_ALT_A : 0) | (bfunc ? NMK_GPIO_ALT_B : 0); in nmk_gpio_get_mode() 924 [NMK_GPIO_ALT_A] = "altA", in nmk_gpio_dbg_show_one()
|