Lines Matching full:slim
3 * SLIM core rproc driver
20 /* SLIM core registers */
109 * Remoteproc slim specific device handlers
122 /* disable SLIM core STBus sync */ in slim_rproc_start()
146 dev_info(dev, "fw rev:%ld.%ld on SLIM %ld.%ld\n", in slim_rproc_start()
169 dev_warn(&rproc->dev, "Failed to disable SLIM"); in slim_rproc_stop()
171 dev_dbg(&rproc->dev, "slim stopped\n"); in slim_rproc_stop()
209 * st_slim_rproc_alloc() - allocate and initialise slim rproc
213 * Function for allocating and initialising a slim rproc for use by
214 * device drivers whose IP is based around the SLIM core. It
215 * obtains and enables any clocks required by the SLIM core and also
234 if (!of_device_is_compatible(np, "st,slim-rproc")) in st_slim_rproc_alloc()
289 dev_err(dev, "registration of slim remoteproc failed\n"); in st_slim_rproc_alloc()
307 * st_slim_rproc_put() - put slim rproc resources
331 MODULE_DESCRIPTION("STMicroelectronics SLIM core rproc driver");