Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c121 #define RZG2L_PIN_ID_TO_PIN(id) ((id) % RZG2L_PINS_PER_PORT) macro
222 RZG2L_PIN_ID_TO_PORT(pins[i]), RZG2L_PIN_ID_TO_PIN(pins[i]), in rzg2l_pinctrl_set_mux()
225 RZG2L_PIN_ID_TO_PIN(pins[i]), psel_val[i]); in rzg2l_pinctrl_set_mux()
542 bit = RZG2L_PIN_ID_TO_PIN(_pin); in rzg2l_pinctrl_pinconf_get()
633 bit = RZG2L_PIN_ID_TO_PIN(_pin); in rzg2l_pinctrl_pinconf_set()
799 u8 bit = RZG2L_PIN_ID_TO_PIN(offset); in rzg2l_gpio_request()
841 u8 bit = RZG2L_PIN_ID_TO_PIN(offset); in rzg2l_gpio_get_direction()
860 u8 bit = RZG2L_PIN_ID_TO_PIN(offset); in rzg2l_gpio_direction_input()
872 u8 bit = RZG2L_PIN_ID_TO_PIN(offset); in rzg2l_gpio_set()
893 u8 bit = RZG2L_PIN_ID_TO_PIN(offset); in rzg2l_gpio_direction_output()
[all …]