Home | History | Annotate | Download | only in renesas

Lines Matching refs:pin

2465 static int r8a77995_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl)
2471 if (pin >= RCAR_GP_PIN(3, 0) && pin <= RCAR_GP_PIN(3, 9))
2472 bit = 29 - (pin - RCAR_GP_PIN(3, 0));