Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-st.c85 #define RT_D_CFG_DELAY_SHIFT 3 macro
567 ((delay) << RT_D_CFG_DELAY_SHIFT) | in st_pinconf_set_retime_dedicated()
647 delay_bits = (value & RT_D_CFG_DELAY_MASK) >> RT_D_CFG_DELAY_SHIFT; in st_pinconf_get_retime_dedicated()