Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c72 #define PULL_UP_20K BIT(7) macro
497 (reg & (PULL_DOWN | PULL_UP_4_7K | PULL_UP_20K))) in sprd_pinconf_get()
696 val |= PULL_UP_20K; in sprd_pinconf_set()
710 mask = PULL_DOWN | PULL_UP_20K | in sprd_pinconf_set()
/kernel/linux/linux-6.6/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.c74 #define PULL_UP_20K BIT(7) macro
499 (reg & (PULL_DOWN | PULL_UP_4_7K | PULL_UP_20K))) in sprd_pinconf_get()
698 val |= PULL_UP_20K; in sprd_pinconf_set()
712 mask = PULL_DOWN | PULL_UP_20K | in sprd_pinconf_set()

Completed in 3 milliseconds