Searched refs:PMC_MCR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | clk-master.c | 20 #define PMC_MCR 0x30 macro 305 regmap_write(master->regmap, PMC_MCR, PMC_MCR_ID(master->id)); in clk_sama7g5_master_enable() 306 regmap_read(master->regmap, PMC_MCR, &val); in clk_sama7g5_master_enable() 307 regmap_update_bits(master->regmap, PMC_MCR, in clk_sama7g5_master_enable() 332 regmap_write(master->regmap, PMC_MCR, master->id); in clk_sama7g5_master_disable() 333 regmap_update_bits(master->regmap, PMC_MCR, in clk_sama7g5_master_disable() 348 regmap_write(master->regmap, PMC_MCR, master->id); in clk_sama7g5_master_is_enabled() 349 regmap_read(master->regmap, PMC_MCR, &val); in clk_sama7g5_master_is_enabled() 430 regmap_write(master->regmap, PMC_MCR, master->id); in at91_clk_sama7g5_register_master() 431 regmap_read(master->regmap, PMC_MCR, &val); in at91_clk_sama7g5_register_master()
|