Searched refs:advcfgr_shift (Results 1 – 1 of 1) sorted by relevance
1222 int advcfgr_shift = (offset % 8) * 4; in stm32_pconf_set_advcfgr_nolock() local1226 val &= ~(mask << advcfgr_shift); in stm32_pconf_set_advcfgr_nolock()1227 val |= (value & mask) << advcfgr_shift; in stm32_pconf_set_advcfgr_nolock()1266 int advcfgr_shift = (offset % 8) * 4; in stm32_pconf_get_advcfgr() local1273 val >>= advcfgr_shift; in stm32_pconf_get_advcfgr()