Searched refs:RZG2L_PIN_ID_TO_PORT (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzg2l.c | 171 #define RZG2L_PIN_ID_TO_PORT(id) ((id) / RZG2L_PINS_PER_PORT) macro 606 ret = rzg2l_validate_pin(pctrl, *pin_data, RZG2L_PIN_ID_TO_PORT(pins[i]), pin); in rzg2l_pinctrl_set_mux() 611 RZG2L_PIN_ID_TO_PORT(pins[i]), pin, off, psel_val[i] - hwcfg->func_base); in rzg2l_pinctrl_set_mux() 1175 port = RZG2L_PIN_ID_TO_PORT(_pin); in rzg3s_pin_to_oen_bit() 1310 if (rzg2l_validate_pin(pctrl, *pin_data, RZG2L_PIN_ID_TO_PORT(_pin), bit)) in rzg2l_pinctrl_pinconf_get() 1469 if (rzg2l_validate_pin(pctrl, *pin_data, RZG2L_PIN_ID_TO_PORT(_pin), bit)) in rzg2l_pinctrl_pinconf_set() 1700 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_request()
|