Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds