Searched refs:RZV2M_PIN_ID_TO_PORT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzv2m.c | 82 #define RZV2M_PIN_ID_TO_PORT(id) ((id) / RZV2M_PINS_PER_PORT) macro 182 RZV2M_PIN_ID_TO_PORT(pins[i]), RZV2M_PIN_ID_TO_PIN(pins[i]), in rzv2m_pinctrl_set_mux() 184 rzv2m_pinctrl_set_pfc_mode(pctrl, RZV2M_PIN_ID_TO_PORT(pins[i]), in rzv2m_pinctrl_set_mux() 476 port = RZV2M_PIN_ID_TO_PORT(_pin); in rzv2m_pinctrl_pinconf_get() 479 if (rzv2m_validate_gpio_pin(pctrl, *pin_data, RZV2M_PIN_ID_TO_PORT(_pin), bit)) in rzv2m_pinctrl_pinconf_get() 580 port = RZV2M_PIN_ID_TO_PORT(_pin); in rzv2m_pinctrl_pinconf_set() 583 if (rzv2m_validate_gpio_pin(pctrl, *pin_data, RZV2M_PIN_ID_TO_PORT(_pin), bit)) in rzv2m_pinctrl_pinconf_set() 749 u32 port = RZV2M_PIN_ID_TO_PORT(offset); in rzv2m_gpio_request() 772 u32 port = RZV2M_PIN_ID_TO_PORT(offset); in rzv2m_gpio_get_direction() 785 u32 port = RZV2M_PIN_ID_TO_PORT(offset); in rzv2m_gpio_direction_input() [all …]
|