Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-st.c133 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ macro
142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
162 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT)
170 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK)
178 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA)
186 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE)
192 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK)
199 ST_PINCONF_PACK(conf, val, RT_DELAY)