Searched refs:PMC_MCR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/clk/at91/ |
| D | clk-master.c | 20 #define PMC_MCR 0x30 macro 550 regmap_write(master->regmap, PMC_MCR, PMC_MCR_ID(master->id)); in clk_sama7g5_master_enable() 551 regmap_read(master->regmap, PMC_MCR, &val); in clk_sama7g5_master_enable() 552 regmap_update_bits(master->regmap, PMC_MCR, in clk_sama7g5_master_enable() 577 regmap_write(master->regmap, PMC_MCR, master->id); in clk_sama7g5_master_disable() 578 regmap_update_bits(master->regmap, PMC_MCR, in clk_sama7g5_master_disable() 593 regmap_write(master->regmap, PMC_MCR, master->id); in clk_sama7g5_master_is_enabled() 594 regmap_read(master->regmap, PMC_MCR, &val); in clk_sama7g5_master_is_enabled() 675 regmap_write(master->regmap, PMC_MCR, master->id); in at91_clk_sama7g5_register_master() 676 regmap_read(master->regmap, PMC_MCR, &val); in at91_clk_sama7g5_register_master()
|