Lines Matching full:slim
3 * SLIM core rproc driver
21 /* SLIM core registers */
110 * Remoteproc slim specific device handlers
123 /* disable SLIM core STBus sync */ in slim_rproc_start()
147 dev_info(dev, "fw rev:%ld.%ld on SLIM %ld.%ld\n", in slim_rproc_start()
170 dev_warn(&rproc->dev, "Failed to disable SLIM"); in slim_rproc_stop()
172 dev_dbg(&rproc->dev, "slim stopped\n"); in slim_rproc_stop()
210 * st_slim_rproc_alloc() - allocate and initialise slim rproc
214 * Function for allocating and initialising a slim rproc for use by
215 * device drivers whose IP is based around the SLIM core. It
216 * obtains and enables any clocks required by the SLIM core and also
235 if (!of_device_is_compatible(np, "st,slim-rproc")) in st_slim_rproc_alloc()
292 dev_err(dev, "registration of slim remoteproc failed\n"); in st_slim_rproc_alloc()
310 * st_slim_rproc_put() - put slim rproc resources
334 MODULE_DESCRIPTION("STMicroelectronics SLIM core rproc driver");