Home
last modified time | relevance | path

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

/drivers/pinctrl/renesas/
Dpinctrl-rzv2m.c65 #define RZV2M_GPIO_PORT_GET_INDEX(x) FIELD_GET(GENMASK(23, 16), (x)) macro
431 u32 port_index = RZV2M_GPIO_PORT_GET_INDEX(cfg); in rzv2m_validate_gpio_pin()
438 if (port_index != RZV2M_GPIO_PORT_GET_INDEX(data)) in rzv2m_validate_gpio_pin()