Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c56 #define RZA2_PIDR(port) (0x0060 + (port)) /* Input Data 8-bit */ macro
171 return !!(readb(priv->base + RZA2_PIDR(port)) & BIT(pin)); in rza2_chip_get()