Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c48 #define SLEEP_INPUT BIT(1) macro
471 if ((reg & SLEEP_OUTPUT) || (reg & SLEEP_INPUT)) in sprd_pinconf_get()
636 val |= SLEEP_INPUT; in sprd_pinconf_set()
638 val &= ~SLEEP_INPUT; in sprd_pinconf_set()
658 mask = SLEEP_OUTPUT | SLEEP_INPUT; in sprd_pinconf_set()