Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/realtek/
Dpinctrl-rtd.c290 u32 pulsel_off, pulen_off, smt_off, curr_off, pow_off, reg_off, p_off, n_off; in rtd_pconf_parse_conf() local
319 pulen_off = config_desc->base_bit + config_desc->pud_en_offset; in rtd_pconf_parse_conf()
322 mask = BIT(pulen_off); in rtd_pconf_parse_conf()
331 pulen_off = config_desc->base_bit + config_desc->pud_en_offset; in rtd_pconf_parse_conf()
334 mask = BIT(pulen_off); in rtd_pconf_parse_conf()
343 pulen_off = config_desc->base_bit + config_desc->pud_en_offset; in rtd_pconf_parse_conf()
347 mask = BIT(pulen_off) | BIT(pulsel_off); in rtd_pconf_parse_conf()
356 pulen_off = config_desc->base_bit + config_desc->pud_en_offset; in rtd_pconf_parse_conf()
360 mask = BIT(pulen_off) | BIT(pulsel_off); in rtd_pconf_parse_conf()
361 val = BIT(pulen_off); in rtd_pconf_parse_conf()