Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-lynxpoint.c162 #define OUT_LVL_BIT BIT(31) macro
539 iowrite32(ioread32(reg) | OUT_LVL_BIT, reg); in lp_gpio_set()
541 iowrite32(ioread32(reg) & ~OUT_LVL_BIT, reg); in lp_gpio_set()