Searched refs:SI514_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
28 #define SI514_REG_CONTROL 132 macro64 return regmap_update_bits(data->regmap, SI514_REG_CONTROL, in si514_enable_output()88 err = regmap_read(data->regmap, SI514_REG_CONTROL, &val); in si514_is_prepared()263 err = regmap_read(data->regmap, SI514_REG_CONTROL, &old_oe_state); in si514_set_rate()274 err = regmap_write(data->regmap, SI514_REG_CONTROL, SI514_CONTROL_FCAL); in si514_set_rate()299 case SI514_REG_CONTROL: in si514_regmap_is_volatile()314 case SI514_REG_CONTROL: in si514_regmap_is_writeable()325 .max_register = SI514_REG_CONTROL,