Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-lynxpoint.c56 #define DIR_BIT BIT(2) /* 0: Output, 1: Input */ macro
217 outl(inl(reg) | DIR_BIT, reg); in lp_gpio_direction_input()
233 outl(inl(reg) & ~DIR_BIT, reg); in lp_gpio_direction_output()