Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-lynxpoint.c166 #define DIR_BIT BIT(2) /* 0: Output, 1: Input */ macro
392 value &= ~DIR_BIT; in lp_gpio_set_direction()
394 value |= DIR_BIT; in lp_gpio_set_direction()
563 if (ioread32(reg) & DIR_BIT) in lp_gpio_get_direction()