Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1221 int advcfgr_offset = STM32_GPIO_ADVCFGRL + (offset / 8) * 4; in stm32_pconf_set_advcfgr_nolock() local
1225 val = readl_relaxed(bank->base + advcfgr_offset); in stm32_pconf_set_advcfgr_nolock()
1228 writel_relaxed(val, bank->base + advcfgr_offset); in stm32_pconf_set_advcfgr_nolock()
1265 int advcfgr_offset = STM32_GPIO_ADVCFGRL + (offset / 8) * 4; in stm32_pconf_get_advcfgr() local
1272 val = readl_relaxed(bank->base + advcfgr_offset); in stm32_pconf_get_advcfgr()