Searched refs:en_invert (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-as3722.c479 int en_invert; local
489 en_invert = !!(val & AS3722_GPIO_INV);
492 val = (en_invert) ? 0 : AS3722_GPIOn_SIGNAL(offset);
494 val = (en_invert) ? AS3722_GPIOn_SIGNAL(offset) : 0;

Completed in 574 milliseconds