Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-lynxpoint.c50 #define OUT_LVL_BIT BIT(31) macro
201 outl(inl(reg) | OUT_LVL_BIT, reg); in lp_gpio_set()
203 outl(inl(reg) & ~OUT_LVL_BIT, reg); in lp_gpio_set()