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
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()
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()
892 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_direction_output()
904 u32 port = RZG2L_PIN_ID_TO_PORT(offset); in rzg2l_gpio_get()
1180 port = RZG2L_PIN_ID_TO_PORT(hwirq); in rzg2l_gpio_irq_disable()
[all …]