Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/intel/
Dpinctrl-lynxpoint.c164 #define DIR_BIT BIT(2) /* 0: Output, 1: Input */ macro
461 value &= ~DIR_BIT; in lp_gpio_set_direction()
463 value |= DIR_BIT; in lp_gpio_set_direction()
632 if (ioread32(reg) & DIR_BIT) in lp_gpio_get_direction()