Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c67 #define SLEEP_PULL_UP BIT(3) macro
496 if ((reg & (SLEEP_PULL_DOWN | SLEEP_PULL_UP)) || in sprd_pinconf_get()
691 val |= SLEEP_PULL_UP; in sprd_pinconf_set()
707 mask = SLEEP_PULL_DOWN | SLEEP_PULL_UP; in sprd_pinconf_set()
/kernel/linux/linux-6.6/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c69 #define SLEEP_PULL_UP BIT(3) macro
498 if ((reg & (SLEEP_PULL_DOWN | SLEEP_PULL_UP)) || in sprd_pinconf_get()
693 val |= SLEEP_PULL_UP; in sprd_pinconf_set()
709 mask = SLEEP_PULL_DOWN | SLEEP_PULL_UP; in sprd_pinconf_set()

Completed in 3 milliseconds