Home
last modified time | relevance | path

Searched full:wkupm3 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dwkup_m3_rproc.c29 * struct wkup_m3_mem - WkupM3 internal memory structure
43 * struct wkup_m3_rproc - WkupM3 remote processor state
46 * @mem: WkupM3 memory information
58 struct wkup_m3_rproc *wkupm3 = rproc->priv; in wkup_m3_rproc_start() local
59 struct platform_device *pdev = wkupm3->pdev; in wkup_m3_rproc_start()
64 error = reset_control_deassert(wkupm3->rsts); in wkup_m3_rproc_start()
66 if (!wkupm3->rsts && pdata->deassert_reset(pdev, pdata->reset_name)) { in wkup_m3_rproc_start()
76 struct wkup_m3_rproc *wkupm3 = rproc->priv; in wkup_m3_rproc_stop() local
77 struct platform_device *pdev = wkupm3->pdev; in wkup_m3_rproc_stop()
82 error = reset_control_assert(wkupm3->rsts); in wkup_m3_rproc_stop()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dwkup_m3_rproc.txt27 - ti,hwmods: Name of the hwmod associated with the wkupm3 device.
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,omap-mailbox.yaml110 communicate with WkupM3 remote processor on AM33xx/AM43xx SoCs.