Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/drivers/remoteproc/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 996 B image not shown  

Quelle  imx_rproc.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2017 Pengutronix, Oleksij Rempel <kernel@pengutronix.de>
 * Copyright 2021 NXP
 */


#ifndef _IMX_RPROC_H
#define _IMX_RPROC_H

/* address translation table */
struct imx_rproc_att {
 u32 da; /* device address (From Cortex M4 view)*/
 u32 sa; /* system bus address */
 u32 size; /* size of reg range */
 int flags;
};

/* Remote core start/stop method */
enum imx_rproc_method {
 IMX_RPROC_NONE,
 /* Through syscon regmap */
 IMX_RPROC_MMIO,
 /* Through ARM SMCCC */
 IMX_RPROC_SMC,
 /* Through System Control Unit API */
 IMX_RPROC_SCU_API,
 /* Through Reset Controller API */
 IMX_RPROC_RESET_CONTROLLER,
};

/* dcfg flags */
#define IMX_RPROC_NEED_SYSTEM_OFF BIT(0)

struct imx_rproc_dcfg {
 u32    src_reg;
 u32    src_mask;
 u32    src_start;
 u32    src_stop;
 u32    gpr_reg;
 u32    gpr_wait;
 const struct imx_rproc_att *att;
 size_t    att_size;
 enum imx_rproc_method  method;
 u32    flags;
};

#endif /* _IMX_RPROC_H */

Messung V0.5
C=97 H=92 G=94

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.