Lines Matching refs:reset
15 #include <linux/reset-controller.h>
41 /* Make sure the core is PROTECTED from reset */
45 /* Start soft reset */
49 /* Wait for soft reset done */
62 .reset = sparx5_reset_noop,
129 /* Issue the reset very early, our actual reset callback is a noop. */
153 .compatible = "microchip,sparx5-switch-reset",
156 .compatible = "microchip,lan966x-switch-reset",
165 .name = "sparx5-switch-reset",
176 * Because this is a global reset, keep this postcore_initcall() to issue the
177 * reset as early as possible during the kernel startup.
181 MODULE_DESCRIPTION("Microchip Sparx5 switch reset driver");