Lines Matching refs:reset
12 #include <linux/reset-controller.h>
17 #include "reset-prcc.h"
26 * Reset registers in each PRCC - the reset lines are active low
28 * want to put into reset into the CLEAR register, this will assert
29 * the reset by pulling the line low. SET take the device out of
30 * reset. The status reflects the actual state of the line.
74 pr_debug("PRCC cycle reset id %lu, bit %u\n", id, bit);
77 * Assert reset and then release it. The one microsecond
95 pr_debug("PRCC assert reset id %lu, bit %u\n", id, bit);
108 pr_debug("PRCC deassert reset id %lu, bit %u\n", id, bit);
122 pr_debug("PRCC check status on reset line id %lu, bit %u\n", id, bit);
130 .reset = u8500_prcc_reset,
153 pr_debug("located reset line %d at PRCC %d bit %d\n",
168 pr_err("PRCC failed to remap for reset base %d (%08x)\n",
180 pr_err("PRCC failed to register reset controller\n");