Searched refs:ksproc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/remoteproc/ |
D | keystone_remoteproc.c | 70 static void keystone_rproc_dsp_reset(struct keystone_rproc *ksproc) in keystone_rproc_dsp_reset() argument 72 reset_control_assert(ksproc->reset); in keystone_rproc_dsp_reset() 76 static int keystone_rproc_dsp_boot(struct keystone_rproc *ksproc, u32 boot_addr) in keystone_rproc_dsp_boot() argument 81 dev_err(ksproc->dev, "invalid boot address 0x%x, must be aligned on a 1KB boundary\n", in keystone_rproc_dsp_boot() 86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot() 88 dev_err(ksproc->dev, "regmap_write of boot address failed, status = %d\n", in keystone_rproc_dsp_boot() 93 reset_control_deassert(ksproc->reset); in keystone_rproc_dsp_boot() 111 struct keystone_rproc *ksproc = dev_id; in keystone_rproc_exception_interrupt() local 113 rproc_report_crash(ksproc->rproc, RPROC_FATAL_ERROR); in keystone_rproc_exception_interrupt() 143 struct keystone_rproc *ksproc = in handle_event() local [all …]
|