Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c560 PIN_DECL_1(C16, GPIOI4, MTDO);
635 PIN_DECL_1(A11, GPIOK0, SCL5);
639 PIN_DECL_1(C11, GPIOK1, SDA5);
645 PIN_DECL_1(D12, GPIOK2, SCL6);
649 PIN_DECL_1(E13, GPIOK3, SDA6);
655 PIN_DECL_1(D11, GPIOK4, SCL7);
659 PIN_DECL_1(E11, GPIOK5, SDA7);
665 PIN_DECL_1(F13, GPIOK6, SCL8);
669 PIN_DECL_1(E12, GPIOK7, SDA8);
675 PIN_DECL_1(D15, GPIOL0, SCL9);
[all …]
H A Dpinctrl-aspeed-g5.c647 PIN_DECL_1(L3, GPIOK0, SCL5);
651 PIN_DECL_1(L4, GPIOK1, SDA5);
659 PIN_DECL_1(L1, GPIOK2, SCL6);
663 PIN_DECL_1(N2, GPIOK3, SDA6);
671 PIN_DECL_1(N1, GPIOK4, SCL7);
675 PIN_DECL_1(P1, GPIOK5, SDA7);
683 PIN_DECL_1(P2, GPIOK6, SCL8);
687 PIN_DECL_1(R1, GPIOK7, SDA8);
969 PIN_DECL_1(A9, GPIOQ2, SCL4);
973 PIN_DECL_1(B9, GPIOQ3, SDA4);
[all …]
H A Dpinctrl-aspeed-g4.c137 PIN_DECL_1(E19, GPIOB4, LPCRST);
643 PIN_DECL_1(E3, GPIOK0, SCL5);
647 PIN_DECL_1(D2, GPIOK1, SDA5);
655 PIN_DECL_1(C1, GPIOK2, SCL6);
659 PIN_DECL_1(F4, GPIOK3, SDA6);
667 PIN_DECL_1(E2, GPIOK4, SCL7);
671 PIN_DECL_1(D1, GPIOK5, SDA7);
679 PIN_DECL_1(G5, GPIOK6, SCL8);
683 PIN_DECL_1(F3, GPIOK7, SDA8);
1058 PIN_DECL_1(D3, GPIOQ0, SCL3);
[all …]
H A Dpinmux-aspeed.h675 #define PIN_DECL_1(pin, other, sig) \ macro