Searched refs:periph_clk (Results 1 – 3 of 3) sorted by relevance
144 clk_periph_pt periph_clk = NULL; in sunxi_clk_set_parent() local156 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_set_parent()209 clk_periph_pt periph_clk = NULL; in sunxi_clk_get_parent() local222 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_get_parent()266 clk_periph_pt periph_clk = NULL; in sunxi_clk_disable() local280 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_disable()322 clk_periph_pt periph_clk = NULL; in sunxi_clk_enabled() local374 clk_periph_pt periph_clk = NULL; in sunxi_clk_is_enabled() local418 clk_periph_pt periph_clk = NULL; in sunxi_clk_round_rate() local480 clk_periph_pt periph_clk = NULL; in sunxi_clk_recalc_rate() local[all …]
24 rcu_periph_enum periph_clk; /* I2C peripheral clock */ member
20 ….i2c_periph = I2C0, .device_name = "i2c0", .periph_clk = RCU_I2C0, .i2c_clock_hz = BSP_HW_I2C0_CLO…28 ….i2c_periph = I2C1, .device_name = "i2c1", .periph_clk = RCU_I2C1, .i2c_clock_hz = BSP_HW_I2C1_CLO…561 rcu_periph_clock_enable(config->periph_clk); in rt_hw_i2c_init()
Completed in 23 milliseconds