Searched refs:periph_hw (Results 1 – 1 of 1) sorted by relevance
361 struct mpfs_periph_hw_clock *periph_hw = to_mpfs_periph_clk(hw); in mpfs_periph_clk_enable() local362 struct mpfs_periph_clock *periph = &periph_hw->periph; in mpfs_periph_clk_enable()372 struct mpfs_periph_hw_clock *periph_hw = to_mpfs_periph_clk(hw); in mpfs_periph_clk_disable() local373 struct mpfs_periph_clock *periph = &periph_hw->periph; in mpfs_periph_clk_disable()380 struct mpfs_periph_hw_clock *periph_hw = to_mpfs_periph_clk(hw); in mpfs_periph_clk_is_enabled() local381 struct mpfs_periph_clock *periph = &periph_hw->periph; in mpfs_periph_clk_is_enabled()457 struct mpfs_periph_hw_clock *periph_hw = &periph_hws[i]; in mpfs_clk_register_periphs() local459 periph_hw->periph.map = data->regmap; in mpfs_clk_register_periphs()460 ret = devm_clk_hw_register(dev, &periph_hw->hw); in mpfs_clk_register_periphs()463 periph_hw->id); in mpfs_clk_register_periphs()[all …]