Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/sprd/
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()