Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-falcon.c289 arg = LTQ_PINCONF_UNPACK_ARG(configs[i]); in falcon_pinconf_set()
336 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
341 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
346 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
H A Dpinctrl-lantiq.h29 #define LTQ_PINCONF_UNPACK_ARG(conf) ((conf) & 0xffff) macro
H A Dpinctrl-xway.c1161 arg = LTQ_PINCONF_UNPACK_ARG(configs[i]); in xway_pinconf_set()