Lines Matching refs:hyst
82 struct bcm_clk_hyst *hyst;
108 hyst = &peri->hyst;
116 if (hyst_exists(hyst)) {
117 if (hyst->offset > limit) {
120 name, hyst->offset, limit);
124 } else if (hyst_exists(hyst)) {
276 static bool hyst_valid(struct bcm_clk_hyst *hyst, const char *clock_name)
278 if (!bit_posn_valid(hyst->en_bit, "hysteresis enable", clock_name))
281 if (!bit_posn_valid(hyst->val_bit, "hysteresis value", clock_name))
405 struct bcm_clk_hyst *hyst;
433 hyst = &peri->hyst;
434 if (hyst_exists(hyst) && !hyst_valid(hyst, name))