Searched refs:mcore_booted (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk.c | 20 bool mcore_booted; variable 21 EXPORT_SYMBOL_GPL(mcore_booted);
|
D | clk-composite-8m.c | 227 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-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-imx8mp.c | 738 module_param(mcore_booted, bool, S_IRUGO); 739 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
|
D | clk-imx8mq.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.h | 10 extern bool mcore_booted;
|