Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-st.c81 #define RT_D_CFG_DELAY_MASK (0xf << 3) macro
642 delay_bits = (value & RT_D_CFG_DELAY_MASK) >> RT_D_CFG_DELAY_SHIFT; in st_pinconf_get_retime_dedicated()