Lines Matching refs:ops
38 const struct clk_hw_omap_ops *ops) in _register_interface() argument
49 clk_hw->ops = ops; in _register_interface()
55 init.ops = &ti_interface_clk_ops; in _register_interface()
74 const struct clk_hw_omap_ops *ops = &clkhwops_iclk_wait; in ti_clk_register_interface() local
85 ops = &clkhwops_iclk; in ti_clk_register_interface()
88 ops = &clkhwops_omap3430es2_iclk_hsotgusb_wait; in ti_clk_register_interface()
91 ops = &clkhwops_omap3430es2_iclk_dss_usbhost_wait; in ti_clk_register_interface()
94 ops = &clkhwops_omap3430es2_iclk_ssi_wait; in ti_clk_register_interface()
97 ops = &clkhwops_am35xx_ipss_wait; in ti_clk_register_interface()
100 (void __iomem *)reg, gate->bit_shift, ops); in ti_clk_register_interface()
105 const struct clk_hw_omap_ops *ops) in _of_ti_interface_clk_setup() argument
127 enable_bit, ops); in _of_ti_interface_clk_setup()