Searched refs:NMK_GPIO_ALT_A (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik-db8500.c | 683 NMK_PIN_GROUP(u0_a_1, NMK_GPIO_ALT_A), 691 NMK_PIN_GROUP(mc0_a_1, NMK_GPIO_ALT_A), 692 NMK_PIN_GROUP(mc0_a_2, NMK_GPIO_ALT_A), 704 NMK_PIN_GROUP(kp_a_1, NMK_GPIO_ALT_A), 706 NMK_PIN_GROUP(mc2_a_1, NMK_GPIO_ALT_A), 707 NMK_PIN_GROUP(mc2_a_2, NMK_GPIO_ALT_A), 714 NMK_PIN_GROUP(kp_a_2, NMK_GPIO_ALT_A), 717 NMK_PIN_GROUP(mc4_a_1, NMK_GPIO_ALT_A), 718 NMK_PIN_GROUP(mc1_a_1, NMK_GPIO_ALT_A), 719 NMK_PIN_GROUP(mc1_a_2, NMK_GPIO_ALT_A), [all …]
|
| H A D | pinctrl-nomadik-stn8815.c | 311 NMK_PIN_GROUP(u0txrx_a_1, NMK_GPIO_ALT_A), 312 NMK_PIN_GROUP(u0ctsrts_a_1, NMK_GPIO_ALT_A), 313 NMK_PIN_GROUP(u0modem_a_1, NMK_GPIO_ALT_A), 314 NMK_PIN_GROUP(mmcsd_a_1, NMK_GPIO_ALT_A), 316 NMK_PIN_GROUP(u1_a_1, NMK_GPIO_ALT_A), 317 NMK_PIN_GROUP(i2c1_a_1, NMK_GPIO_ALT_A), 318 NMK_PIN_GROUP(i2c0_a_1, NMK_GPIO_ALT_A),
|
| H A D | pinctrl-nomadik.c | 83 #define PIN_ALT_A (NMK_GPIO_ALT_A << PIN_ALT_SHIFT) 223 if (gpio_mode & NMK_GPIO_ALT_A) in __nmk_gpio_set_mode()
|
| /linux-6.15/include/linux/gpio/ |
| H A D | gpio-nomadik.h | 77 #define NMK_GPIO_ALT_A 1 macro 79 #define NMK_GPIO_ALT_C (NMK_GPIO_ALT_A | NMK_GPIO_ALT_B)
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-nomadik.c | 393 return (afunc ? NMK_GPIO_ALT_A : 0) | (bfunc ? NMK_GPIO_ALT_B : 0); in nmk_gpio_get_mode() 407 [NMK_GPIO_ALT_A] = "altA", in nmk_gpio_dbg_show_one()
|