Searched refs:mcore_booted (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/clk/imx/ |
D | clk.c | 20 bool mcore_booted; variable 21 EXPORT_SYMBOL_GPL(mcore_booted);
|
D | clk-imx93.c | 371 module_param(mcore_booted, bool, 0444); 372 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk-composite-93.c | 225 } else if (!mcore_booted) { in imx93_clk_composite_flags()
|
D | clk-composite-8m.c | 260 if (!mcore_booted) { in __imx8m_clk_hw_composite()
|
D | clk-imx8mn.c | 634 module_param(mcore_booted, bool, S_IRUGO); 635 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk-imx8mp.c | 748 module_param(mcore_booted, bool, S_IRUGO); 749 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk-imx8mq.c | 637 module_param(mcore_booted, bool, S_IRUGO); 638 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk-imx8mm.c | 641 module_param(mcore_booted, bool, S_IRUGO); 642 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk.h | 10 extern bool mcore_booted;
|