Lines Matching +full:pfc +full:- +full:r8a7795

1 // SPDX-License-Identifier: GPL-2.0
3 * R8A77980 processor support - PFC hardware block.
8 * This file is based on the drivers/pinctrl/renesas/pfc-r8a7795.c
10 * R-Car Gen3 processor support - PFC hardware block.
185 /* IPSRx */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 - F */
838 /* - AVB -------------------------------------------------------------------- */
914 /* - CANFD0 ----------------------------------------------------------------- */
930 /* - CANFD1 ----------------------------------------------------------------- */
939 /* - CANFD Clock ------------------------------------------------------------ */
955 /* - DU --------------------------------------------------------------------- */
1032 /* - GETHER ----------------------------------------------------------------- */
1137 /* - HSCIF0 ----------------------------------------------------------------- */
1181 /* - HSCIF1 ----------------------------------------------------------------- */
1204 /* - HSCIF2 ----------------------------------------------------------------- */
1227 /* - HSCIF3 ----------------------------------------------------------------- */
1250 /* - I2C0 ------------------------------------------------------------------- */
1259 /* - I2C1 ------------------------------------------------------------------- */
1268 /* - I2C2 ------------------------------------------------------------------- */
1277 /* - I2C3 ------------------------------------------------------------------- */
1286 /* - I2C4 ------------------------------------------------------------------- */
1295 /* - I2C5 ------------------------------------------------------------------- */
1304 /* - INTC-EX ---------------------------------------------------------------- */
1348 /* - MMC -------------------------------------------------------------------- */
1407 /* - MSIOF0 ----------------------------------------------------------------- */
1451 /* - MSIOF1 ----------------------------------------------------------------- */
1495 /* - MSIOF2 ----------------------------------------------------------------- */
1539 /* - MSIOF3 ----------------------------------------------------------------- */
1583 /* - PWM0 ------------------------------------------------------------------- */
1599 /* - PWM1 ------------------------------------------------------------------- */
1615 /* - PWM2 ------------------------------------------------------------------- */
1631 /* - PWM3 ------------------------------------------------------------------- */
1647 /* - PWM4 ------------------------------------------------------------------- */
1663 /* - QSPI0 ------------------------------------------------------------------ */
1688 /* - QSPI1 ------------------------------------------------------------------ */
1713 /* - RPC -------------------------------------------------------------------- */
1715 /* Octal-SPI flash: C/SCLK */
1729 /* Octal-SPI flash: S#/CS, DQS */
1771 /* - SCIF0 ------------------------------------------------------------------ */
1794 /* - SCIF1 ------------------------------------------------------------------ */
1824 /* - SCIF3 ------------------------------------------------------------------ */
1847 /* - SCIF4 ------------------------------------------------------------------ */
1870 /* - SCIF Clock ------------------------------------------------------------- */
1886 /* - TMU -------------------------------------------------------------------- */
1916 /* - TPU ------------------------------------------------------------------- */
1946 /* - VIN0 ------------------------------------------------------------------- */
2030 /* - VIN1 ------------------------------------------------------------------- */
2924 static int r8a77980_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, in r8a77980_pin_to_pocctrl() argument
2937 return bit - 10; in r8a77980_pin_to_pocctrl()
2944 return pin - 25; in r8a77980_pin_to_pocctrl()
2946 return -EINVAL; in r8a77980_pin_to_pocctrl()