Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/bcm/
Dclk-kona-setup.c82 struct bcm_clk_hyst *hyst; in peri_clk_data_offsets_valid() local
108 hyst = &peri->hyst; in peri_clk_data_offsets_valid()
116 if (hyst_exists(hyst)) { in peri_clk_data_offsets_valid()
117 if (hyst->offset > limit) { in peri_clk_data_offsets_valid()
120 name, hyst->offset, limit); in peri_clk_data_offsets_valid()
124 } else if (hyst_exists(hyst)) { in peri_clk_data_offsets_valid()
276 static bool hyst_valid(struct bcm_clk_hyst *hyst, const char *clock_name) in hyst_valid() argument
278 if (!bit_posn_valid(hyst->en_bit, "hysteresis enable", clock_name)) in hyst_valid()
281 if (!bit_posn_valid(hyst->val_bit, "hysteresis value", clock_name)) in hyst_valid()
405 struct bcm_clk_hyst *hyst; in peri_clk_data_valid() local
[all …]
Dclk-kona.h63 #define hyst_exists(hyst) ((hyst)->offset != 0) argument
393 struct bcm_clk_hyst hyst; member
Dclk-kona.c526 static bool hyst_init(struct ccu_data *ccu, struct bcm_clk_hyst *hyst) in hyst_init() argument
532 if (!hyst_exists(hyst)) in hyst_init()
535 offset = hyst->offset; in hyst_init()
536 mask = (u32)1 << hyst->en_bit; in hyst_init()
537 mask |= (u32)1 << hyst->val_bit; in hyst_init()
1211 if (!hyst_init(ccu, &peri->hyst)) { in __peri_clk_init()
Dclk-bcm21664.c42 .hyst = HYST(0x0414, 8, 9),
/linux-4.19.296/include/sound/
Dda7218.h83 bool hyst; member