Searched refs:mcore_booted (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk.c20 bool mcore_booted; variable
21 EXPORT_SYMBOL_GPL(mcore_booted); variable
H A Dclk-imx93.c371 module_param(mcore_booted, bool, 0444);
372 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
H A Dclk-composite-93.c225 } else if (!mcore_booted) {
H A Dclk-composite-8m.c260 if (!mcore_booted) {
H A Dclk-imx8mm.c641 module_param(mcore_booted, bool, S_IRUGO);
642 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
H A Dclk-imx8mn.c634 module_param(mcore_booted, bool, S_IRUGO);
635 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
H A Dclk-imx8mp.c748 module_param(mcore_booted, bool, S_IRUGO);
749 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
H A Dclk-imx8mq.c637 module_param(mcore_booted, bool, S_IRUGO);
638 MODULE_PARM_DESC(mcore_booted, "See Cortex-M core is booted or not");
H A Dclk.h10 extern bool mcore_booted;

Completed in 126 milliseconds