Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-lynxpoint.c167 #define USE_SEL_MASK GENMASK(1, 0) /* 0: Native, 1: GPIO, ... */ macro
270 mode = value & USE_SEL_MASK; in lp_pin_dbg_show()
306 value &= ~USE_SEL_MASK; in lp_pinmux_set_mux()
349 if ((value & USE_SEL_MASK) != USE_SEL_GPIO) { in lp_gpio_request_enable()
350 iowrite32((value & USE_SEL_MASK) | USE_SEL_GPIO, reg); in lp_gpio_request_enable()