/* * SFC_RX registers are with respect to XBAR. * The data comes from XBAR to SFC.
*/ #define TEGRA210_SFC_RX_STATUS 0x0c #define TEGRA210_SFC_RX_INT_STATUS 0x10 #define TEGRA210_SFC_RX_INT_MASK 0x14 #define TEGRA210_SFC_RX_INT_SET 0x18 #define TEGRA210_SFC_RX_INT_CLEAR 0x1c #define TEGRA210_SFC_RX_CIF_CTRL 0x20 #define TEGRA210_SFC_RX_FREQ 0x24
/* * SFC_TX registers are with respect to XBAR. * The data goes out of SFC.
*/ #define TEGRA210_SFC_TX_STATUS 0x4c #define TEGRA210_SFC_TX_INT_STATUS 0x50 #define TEGRA210_SFC_TX_INT_MASK 0x54 #define TEGRA210_SFC_TX_INT_SET 0x58 #define TEGRA210_SFC_TX_INT_CLEAR 0x5c #define TEGRA210_SFC_TX_CIF_CTRL 0x60 #define TEGRA210_SFC_TX_FREQ 0x64
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.