Searched refs:SI514_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
37 #define SI514_REG_CONTROL 132 macro73 return regmap_update_bits(data->regmap, SI514_REG_CONTROL, in si514_enable_output()97 err = regmap_read(data->regmap, SI514_REG_CONTROL, &val); in si514_is_prepared()272 err = regmap_read(data->regmap, SI514_REG_CONTROL, &old_oe_state); in si514_set_rate()283 err = regmap_write(data->regmap, SI514_REG_CONTROL, SI514_CONTROL_FCAL); in si514_set_rate()308 case SI514_REG_CONTROL: in si514_regmap_is_volatile()323 case SI514_REG_CONTROL: in si514_regmap_is_writeable()334 .max_register = SI514_REG_CONTROL,