HomeSort by relevance Sort by last modified time
    Searched defs:clk_ops (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
clk-uclass.h 18 * struct clk_ops - The functions that a clock driver must implement.
20 struct clk_ops { struct
  /external/u-boot/arch/arm/cpu/armv7/bcm235xx/
clk-core.h 37 * struct clk_ops - standard clock operations
49 struct clk_ops { struct
67 struct clk_ops *ops;
485 extern struct clk_ops peri_clk_ops;
486 extern struct clk_ops ccu_clk_ops;
487 extern struct clk_ops bus_clk_ops;
488 extern struct clk_ops ref_clk_ops;
  /external/u-boot/arch/arm/cpu/armv7/bcm281xx/
clk-core.h 37 * struct clk_ops - standard clock operations
49 struct clk_ops { struct
67 struct clk_ops *ops;
485 extern struct clk_ops peri_clk_ops;
486 extern struct clk_ops ccu_clk_ops;
487 extern struct clk_ops bus_clk_ops;
488 extern struct clk_ops ref_clk_ops;

Completed in 177 milliseconds