Searched refs:DIR_BIT (Results 1 – 1 of 1) sorted by relevance
56 #define DIR_BIT BIT(2) /* 0: Output, 1: Input */ macro217 outl(inl(reg) | DIR_BIT, reg); in lp_gpio_direction_input()233 outl(inl(reg) & ~DIR_BIT, reg); in lp_gpio_direction_output()