Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/versatile/
Dclk-vexpress-osc.c26 unsigned long rate_max; member
50 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate()
51 rate = osc->rate_max; in vexpress_osc_round_rate()
89 osc->rate_max = range[1]; in vexpress_osc_probe()
107 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
/linux-4.19.296/include/uapi/sound/
Dasoc.h302 __le32 rate_max; /* max rate */ member
599 __le32 rate_max; /* max rate */ member
/linux-4.19.296/drivers/i2c/busses/
Di2c-stm32f7.c183 u32 rate_max; member
313 .rate_max = 100000,
325 .rate_max = 400000,
337 .rate_max = 1000000,
486 clk_min = NSEC_PER_SEC / i2c_specs[setup->speed].rate_max; in stm32f7_i2c_compute_timing()
/linux-4.19.296/include/sound/
Dpcm.h50 unsigned int rate_max; /* max rate */ member
1153 unsigned int rate_max);
Dsoc.h726 unsigned int rate_max; /* max rate */ member