Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-rmobile/
Dpfc-sh73a0.c1549 GPIO_FN(VBUS_0),
1550 GPIO_FN(GPI0),
1551 GPIO_FN(GPI1),
1552 GPIO_FN(GPI2),
1553 GPIO_FN(GPI3),
1554 GPIO_FN(GPI4),
1555 GPIO_FN(GPI5),
1556 GPIO_FN(GPI6),
1557 GPIO_FN(GPI7),
1558 GPIO_FN(SCIFA7_RXD),
[all …]
Dpfc-r8a7740.c1665 GPIO_FN(IRQ0_PORT2), GPIO_FN(IRQ0_PORT13),
1666 GPIO_FN(IRQ1),
1667 GPIO_FN(IRQ2_PORT11), GPIO_FN(IRQ2_PORT12),
1668 GPIO_FN(IRQ3_PORT10), GPIO_FN(IRQ3_PORT14),
1669 GPIO_FN(IRQ4_PORT15), GPIO_FN(IRQ4_PORT172),
1670 GPIO_FN(IRQ5_PORT0), GPIO_FN(IRQ5_PORT1),
1671 GPIO_FN(IRQ6_PORT121), GPIO_FN(IRQ6_PORT173),
1672 GPIO_FN(IRQ7_PORT120), GPIO_FN(IRQ7_PORT209),
1673 GPIO_FN(IRQ8),
1674 GPIO_FN(IRQ9_PORT118), GPIO_FN(IRQ9_PORT210),
[all …]
/external/u-boot/include/
Dsh_pfc.h138 #define GPIO_FN(str) PINMUX_GPIO(GPIO_FN_##str, str##_MARK) macro
/external/u-boot/drivers/pinctrl/renesas/
Dsh_pfc.h591 #define GPIO_FN(str) \ macro