Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Dstm32_omm.c24 #define CR_CSSEL_OVR_MASK GENMASK(6, 5) macro
268 omm->cr &= ~CR_CSSEL_OVR_MASK; in stm32_omm_configure()
269 omm->cr |= FIELD_PREP(CR_CSSEL_OVR_MASK, cssel_ovr); in stm32_omm_configure()