Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c50 #define SLEEP_INPUT BIT(1) macro
473 if ((reg & SLEEP_OUTPUT) || (reg & SLEEP_INPUT)) in sprd_pinconf_get()
638 val |= SLEEP_INPUT; in sprd_pinconf_set()
640 val &= ~SLEEP_INPUT; in sprd_pinconf_set()
660 mask = SLEEP_OUTPUT | SLEEP_INPUT; in sprd_pinconf_set()