Searched refs:PIN_NUMBER (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7795.c | 1509 #define PIN_NUMBER(r, c) (((r) - 'A') * 39 + (c) + 300) macro 1510 #define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c) 1714 RCAR_GP_PIN(2, 9), PIN_NUMBER('A', 9), 1727 PIN_NUMBER('A', 8), PIN_NUMBER('A', 19), PIN_NUMBER('A', 18), 1728 PIN_NUMBER('B', 18), PIN_NUMBER('A', 17), PIN_NUMBER('B', 17), 1729 PIN_NUMBER('A', 16), PIN_NUMBER('B', 19), PIN_NUMBER('A', 13), 1730 PIN_NUMBER('B', 13), PIN_NUMBER('A', 14), PIN_NUMBER('B', 14), 1731 PIN_NUMBER('A', 12), 5640 { PIN_NUMBER('W', 3), 28, 2 }, /* QSPI0_SPCLK */ 5643 { PIN_NUMBER('Y', 6), 16, 2 }, /* QSPI0_IO2 */ [all …]
|
H A D | pfc-r8a7796.c | 1516 #define PIN_NUMBER(r, c) (((r) - 'A') * 39 + (c) + 300) macro 1517 #define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c) 1721 RCAR_GP_PIN(2, 9), PIN_NUMBER('A', 9), 1734 PIN_NUMBER('A', 8), PIN_NUMBER('A', 19), PIN_NUMBER('A', 18), 1735 PIN_NUMBER('B', 18), PIN_NUMBER('A', 17), PIN_NUMBER('B', 17), 1736 PIN_NUMBER('A', 16), PIN_NUMBER('B', 19), PIN_NUMBER('A', 13), 1737 PIN_NUMBER('B', 13), PIN_NUMBER('A', 14), PIN_NUMBER('B', 14), 1738 PIN_NUMBER('A', 12), 5596 { PIN_NUMBER('W', 3), 28, 2 }, /* QSPI0_SPCLK */ 5599 { PIN_NUMBER('Y', 6), 16, 2 }, /* QSPI0_IO2 */ [all …]
|
H A D | sh_pfc.h | 564 .pin = PIN_NUMBER(row, col), \ 572 .pin = PIN_NUMBER(row, col), \
|
H A D | pfc-r8a77990.c | 1276 #define PIN_NUMBER(r, c) (((r) - 'A') * 25 + (c) + 300) macro 1277 #define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c)
|
H A D | pfc-r8a7790.c | 1732 #define PIN_NUMBER(r, c) (((r) - 'A') * 31 + (c) + 200) macro 1733 #define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c)
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mc33880.c | 29 #define PIN_NUMBER 8 macro 105 mc->chip.ngpio = PIN_NUMBER; in mc33880_probe()
|
H A D | gpio-max730x.c | 46 #define PIN_NUMBER 28 macro 187 ts->chip.ngpio = PIN_NUMBER; in __max730x_probe()
|