Searched refs:oe_value (Results 1 – 1 of 1) sorted by relevance
418 unsigned int oe_value, pu_value, od_value; in st_pinconf_set_config() local422 regmap_field_read(output_enable, &oe_value); in st_pinconf_set_config()423 oe_value &= ~mask; in st_pinconf_set_config()425 oe_value |= mask; in st_pinconf_set_config()426 regmap_field_write(output_enable, oe_value); in st_pinconf_set_config()592 unsigned int oe_value, pu_value, od_value; in st_pinconf_get_direction() local595 regmap_field_read(pc->oe, &oe_value); in st_pinconf_get_direction()596 if (oe_value & BIT(pin)) in st_pinconf_get_direction()