Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-st.c393 unsigned int oe_value, pu_value, od_value; in st_pinconf_set_config() local
397 regmap_field_read(output_enable, &oe_value); in st_pinconf_set_config()
398 oe_value &= ~mask; in st_pinconf_set_config()
400 oe_value |= mask; in st_pinconf_set_config()
401 regmap_field_write(output_enable, oe_value); in st_pinconf_set_config()
580 unsigned int oe_value, pu_value, od_value; in st_pinconf_get_direction() local
583 regmap_field_read(pc->oe, &oe_value); in st_pinconf_get_direction()
584 if (oe_value & BIT(pin)) in st_pinconf_get_direction()