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