Home
last modified time | relevance | path

Searched refs:periph_hw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/microchip/
H A Dclk-mpfs.c361 struct mpfs_periph_hw_clock *periph_hw = to_mpfs_periph_clk(hw); in mpfs_periph_clk_enable() local
362 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() local
373 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() local
381 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() local
459 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 …]