Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-artpec6.c406 static unsigned int artpec6_pmx_reg_offset(unsigned int pin) in artpec6_pmx_reg_offset() function
682 reg = artpec6_pmx_reg_offset(artpec6_pin_groups[group].pins[i]); in artpec6_pmx_select_func()
722 unsigned int reg = artpec6_pmx_reg_offset(pin); in artpec6_pmx_request_gpio()
762 regval = readl(pmx->base + artpec6_pmx_reg_offset(pin)); in artpec6_pconf_get()
825 reg = pmx->base + artpec6_pmx_reg_offset(pin); in artpec6_pconf_set()
940 val = readl_relaxed(base + artpec6_pmx_reg_offset(i)); in artpec6_pmx_reset()
943 writel_relaxed(val, base + artpec6_pmx_reg_offset(i)); in artpec6_pmx_reset()