Home
last modified time | relevance | path

Searched refs:NMK_GPIO_ALT_A (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8500.c683 NMK_PIN_GROUP(u0_a_1, NMK_GPIO_ALT_A),
684 NMK_PIN_GROUP(u1rxtx_a_1, NMK_GPIO_ALT_A),
685 NMK_PIN_GROUP(u1ctsrts_a_1, NMK_GPIO_ALT_A),
686 NMK_PIN_GROUP(ipi2c_a_1, NMK_GPIO_ALT_A),
687 NMK_PIN_GROUP(ipi2c_a_2, NMK_GPIO_ALT_A),
688 NMK_PIN_GROUP(msp0txrx_a_1, NMK_GPIO_ALT_A),
689 NMK_PIN_GROUP(msp0tfstck_a_1, NMK_GPIO_ALT_A),
690 NMK_PIN_GROUP(msp0rfsrck_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),
[all …]
H A Dpinctrl-nomadik-stn8815.c311 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),
/linux/include/linux/gpio/
H A Dgpio-nomadik.h77 #define NMK_GPIO_ALT_A 1 macro
79 #define NMK_GPIO_ALT_C (NMK_GPIO_ALT_A | NMK_GPIO_ALT_B)
/linux/drivers/gpio/
H A Dgpio-nomadik.c392 return (afunc ? NMK_GPIO_ALT_A : 0) | (bfunc ? NMK_GPIO_ALT_B : 0); in nmk_gpio_get_mode()
406 [NMK_GPIO_ALT_A] = "altA", in nmk_gpio_dbg_show_one()