Lines Matching full:replicator
5 * Description: CoreSight Replicator driver
27 DEFINE_CORESIGHT_DEVLIST(replicator_devs, "replicator");
30 * struct replicator_drvdata - specifics associated to a replicator component
33 * @atclk: optional clock for the core parts of the replicator.
62 * replicator_reset : Reset the replicator configuration to sane values.
83 * Some replicator designs lose context when AMBA clocks are removed, in dynamic_replicator_enable()
139 dev_dbg(&csdev->dev, "REPLICATOR enabled\n"); in replicator_enable()
190 dev_dbg(&csdev->dev, "REPLICATOR disabled\n"); in replicator_disable()
227 of_device_is_compatible(dev->of_node, "arm,coresight-replicator")) in replicator_probe()
229 "Uses OBSOLETE CoreSight replicator binding\n"); in replicator_probe()
247 * Map the device base for dynamic-replicator, which has been in replicator_probe()
262 "qcom,replicator-loses-context")) in replicator_probe()
357 {.compatible = "arm,coresight-replicator"},
358 {.compatible = "arm,coresight-static-replicator"},
366 {"ARMHC985", 0}, /* ARM CoreSight Static Replicator */
377 .name = "coresight-static-replicator",
407 .name = "coresight-dynamic-replicator",
447 MODULE_DESCRIPTION("Arm CoreSight Replicator Driver");