Lines Matching refs:reset
14 #include <linux/reset-controller.h>
19 * The ENVM reset is the lowest bit in the register & I am using the CLK_FOO
28 /* block concurrent access to the soft reset register */
90 .reset = mpfs_reset,
102 * CLK_RESERVED does not map to a clock, but it does map to a reset,
103 * so it has to be accounted for here. It is the reset for the fabric,
104 * so if this reset gets called - do not reset it.
112 dev_err(rcdev->dev, "Invalid reset index %u\n", index);
142 .name = "clk_mpfs.reset-mpfs",