Searched refs:ksproc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/remoteproc/ |
D | keystone_remoteproc.c | 78 static void keystone_rproc_dsp_reset(struct keystone_rproc *ksproc) in keystone_rproc_dsp_reset() argument 80 reset_control_assert(ksproc->reset); in keystone_rproc_dsp_reset() 84 static int keystone_rproc_dsp_boot(struct keystone_rproc *ksproc, u32 boot_addr) in keystone_rproc_dsp_boot() argument 89 dev_err(ksproc->dev, "invalid boot address 0x%x, must be aligned on a 1KB boundary\n", in keystone_rproc_dsp_boot() 94 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot() 96 dev_err(ksproc->dev, "regmap_write of boot address failed, status = %d\n", in keystone_rproc_dsp_boot() 101 reset_control_deassert(ksproc->reset); in keystone_rproc_dsp_boot() 119 struct keystone_rproc *ksproc = dev_id; in keystone_rproc_exception_interrupt() local 121 rproc_report_crash(ksproc->rproc, RPROC_FATAL_ERROR); in keystone_rproc_exception_interrupt() 151 struct keystone_rproc *ksproc = in handle_event() local [all …]
|