Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-st.c86 #define RT_D_CFG_DELAY_MASK (0xf << 3) macro
647 delay_bits = (value & RT_D_CFG_DELAY_MASK) >> RT_D_CFG_DELAY_SHIFT; in st_pinconf_get_retime_dedicated()