Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/cix/
H A Dpinctrl-sky1-base.c355 u32 reg_val, reg_pullsel = 0; in sky1_pconf_set_pull_select() local
366 reg_pullsel = BIT(SKY1_PULLUP_BIT); in sky1_pconf_set_pull_select()
368 reg_pullsel = BIT(SKY1_PULLDN_BIT); in sky1_pconf_set_pull_select()
371 reg_val |= reg_pullsel; in sky1_pconf_set_pull_select()
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt8365.c419 unsigned int bit, unsigned int reg_pullen, unsigned int reg_pullsel, in mt8365_set_clr_mode() argument
428 ret = regmap_update_bits(regmap, reg_pullsel, BIT(bit), isup << bit); in mt8365_set_clr_mode()
H A Dpinctrl-mtk-common.h259 unsigned int bit, unsigned int reg_pullen, unsigned int reg_pullsel,