HomeSort by relevance Sort by last modified time
    Searched refs:round_rate (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/video/
ipu.h 45 * supported rate returned from round_rate. Leave blank if clock is not
53 unsigned long (*round_rate) (struct clk *, unsigned long); member in struct:clk
ipu_common.c 145 if (clk == NULL || !clk->round_rate)
148 return clk->round_rate(clk, rate);
409 .round_rate = ipu_pixel_clk_round_rate,
420 .round_rate = ipu_pixel_clk_round_rate,
    [all...]
  /external/u-boot/arch/arm/cpu/armv7/bcm235xx/
clk-core.h 41 * @round_rate: round a given clock rate, see clk_round_rate().
53 unsigned long (*round_rate)(struct clk *c, unsigned long rate); member in struct:clk_ops
  /external/u-boot/arch/arm/cpu/armv7/bcm281xx/
clk-core.h 41 * @round_rate: round a given clock rate, see clk_round_rate().
53 unsigned long (*round_rate) (struct clk *c, unsigned long rate); member in struct:clk_ops

Completed in 321 milliseconds