Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/intel/
Dpinctrl-lynxpoint.c167 #define USE_SEL_GPIO (1 << 0) macro
312 if (mode == USE_SEL_GPIO) in lp_pin_dbg_show()
418 if ((value & USE_SEL_MASK) != USE_SEL_GPIO) { in lp_gpio_request_enable()
419 iowrite32((value & USE_SEL_MASK) | USE_SEL_GPIO, reg); in lp_gpio_request_enable()