Lines Matching refs:reset
16 #include <linux/reset-controller.h>
149 struct reset_controller_dev reset;
303 /* Wait 32 clocks for reset to propagate, 1 us will be enough */
537 /** bcm2835_reset_reset - Resets a block that has a reset line in the
540 * The consumer of the reset controller must have the power domain up
541 * -- there's no reset ability with the power domain down. To reset
543 * ASB, reset, and re-enable.
549 reset);
564 dev_err(power->dev, "Bad reset id %ld\n", id);
579 reset);
594 .reset = bcm2835_reset_reset,
680 power->reset.owner = THIS_MODULE;
681 power->reset.nr_resets = BCM2835_RESET_COUNT;
682 power->reset.ops = &bcm2835_reset_ops;
683 power->reset.of_node = dev->parent->of_node;
685 ret = devm_reset_controller_register(dev, &power->reset);
713 MODULE_DESCRIPTION("Driver for Broadcom BCM2835 PM power domains and reset");