Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c77 #define RZG2L_GPIO_PORT_GET_INDEX(x) (((x) & GENMASK(26, 20)) >> 20) macro
471 u32 port_index = RZG2L_GPIO_PORT_GET_INDEX(cfg); in rzg2l_validate_gpio_pin()
478 if (port_index != RZG2L_GPIO_PORT_GET_INDEX(data)) in rzg2l_validate_gpio_pin()