Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c119 #define RZG2L_PIN_ID_TO_PORT(id) ((id) / RZG2L_PINS_PER_PORT) macro
120 #define RZG2L_PIN_ID_TO_PORT_OFFSET(id) (RZG2L_PIN_ID_TO_PORT(id) + 0x10)
222 RZG2L_PIN_ID_TO_PORT(pins[i]), RZG2L_PIN_ID_TO_PIN(pins[i]), in rzg2l_pinctrl_set_mux()
224 rzg2l_pinctrl_set_pfc_mode(pctrl, RZG2L_PIN_ID_TO_PORT(pins[i]), in rzg2l_pinctrl_set_mux()
544 if (rzg2l_validate_gpio_pin(pctrl, *pin_data, RZG2L_PIN_ID_TO_PORT(_pin), bit)) in rzg2l_pinctrl_pinconf_get()
635 if (rzg2l_validate_gpio_pin(pctrl, *pin_data, RZG2L_PIN_ID_TO_PORT(_pin), bit)) in rzg2l_pinctrl_pinconf_set()
798 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_request()
840 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_get_direction()
859 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_direction_input()
871 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_set()
[all …]