Searched refs:NMK_GPIO_ALT_A (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik-db8500.c | 682 NMK_PIN_GROUP(u0_a_1, NMK_GPIO_ALT_A), 683 NMK_PIN_GROUP(u1rxtx_a_1, NMK_GPIO_ALT_A), 684 NMK_PIN_GROUP(u1ctsrts_a_1, NMK_GPIO_ALT_A), 685 NMK_PIN_GROUP(ipi2c_a_1, NMK_GPIO_ALT_A), 686 NMK_PIN_GROUP(ipi2c_a_2, NMK_GPIO_ALT_A), 687 NMK_PIN_GROUP(msp0txrx_a_1, NMK_GPIO_ALT_A), 688 NMK_PIN_GROUP(msp0tfstck_a_1, NMK_GPIO_ALT_A), 689 NMK_PIN_GROUP(msp0rfsrck_a_1, NMK_GPIO_ALT_A), 690 NMK_PIN_GROUP(mc0_a_1, NMK_GPIO_ALT_A), 691 NMK_PIN_GROUP(mc0_a_2, NMK_GPIO_ALT_A), [all …]
|
D | pinctrl-nomadik-stn8815.c | 310 NMK_PIN_GROUP(u0txrx_a_1, NMK_GPIO_ALT_A), 311 NMK_PIN_GROUP(u0ctsrts_a_1, NMK_GPIO_ALT_A), 312 NMK_PIN_GROUP(u0modem_a_1, NMK_GPIO_ALT_A), 313 NMK_PIN_GROUP(mmcsd_a_1, NMK_GPIO_ALT_A), 315 NMK_PIN_GROUP(u1_a_1, NMK_GPIO_ALT_A), 316 NMK_PIN_GROUP(i2c1_a_1, NMK_GPIO_ALT_A), 317 NMK_PIN_GROUP(i2c0_a_1, NMK_GPIO_ALT_A),
|
D | pinctrl-nomadik.h | 16 #define NMK_GPIO_ALT_A 1 macro 18 #define NMK_GPIO_ALT_C (NMK_GPIO_ALT_A | NMK_GPIO_ALT_B)
|
D | pinctrl-nomadik.c | 85 #define PIN_ALT_A (NMK_GPIO_ALT_A << PIN_ALT_SHIFT) 296 if (gpio_mode & NMK_GPIO_ALT_A) in __nmk_gpio_set_mode() 911 return (afunc ? NMK_GPIO_ALT_A : 0) | (bfunc ? NMK_GPIO_ALT_B : 0); in nmk_gpio_get_mode() 926 [NMK_GPIO_ALT_A] = "altA", in nmk_gpio_dbg_show_one()
|