~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/tegra/tegra210_amx.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*
  3  * tegra210_amx.h - Definitions for Tegra210 AMX driver
  4  *
  5  * Copyright (c) 2021, NVIDIA CORPORATION.  All rights reserved.
  6  *
  7  */
  8 
  9 #ifndef __TEGRA210_AMX_H__
 10 #define __TEGRA210_AMX_H__
 11 
 12 /* Register offsets from TEGRA210_AMX*_BASE */
 13 #define TEGRA210_AMX_RX_STATUS                  0x0c
 14 #define TEGRA210_AMX_RX_INT_STATUS              0x10
 15 #define TEGRA210_AMX_RX_INT_MASK                0x14
 16 #define TEGRA210_AMX_RX_INT_SET                 0x18
 17 #define TEGRA210_AMX_RX_INT_CLEAR               0x1c
 18 #define TEGRA210_AMX_RX1_CIF_CTRL               0x20
 19 #define TEGRA210_AMX_RX2_CIF_CTRL               0x24
 20 #define TEGRA210_AMX_RX3_CIF_CTRL               0x28
 21 #define TEGRA210_AMX_RX4_CIF_CTRL               0x2c
 22 #define TEGRA210_AMX_TX_STATUS                  0x4c
 23 #define TEGRA210_AMX_TX_INT_STATUS              0x50
 24 #define TEGRA210_AMX_TX_INT_MASK                0x54
 25 #define TEGRA210_AMX_TX_INT_SET                 0x58
 26 #define TEGRA210_AMX_TX_INT_CLEAR               0x5c
 27 #define TEGRA210_AMX_TX_CIF_CTRL                0x60
 28 #define TEGRA210_AMX_ENABLE                     0x80
 29 #define TEGRA210_AMX_SOFT_RESET                 0x84
 30 #define TEGRA210_AMX_CG                         0x88
 31 #define TEGRA210_AMX_STATUS                     0x8c
 32 #define TEGRA210_AMX_INT_STATUS                 0x90
 33 #define TEGRA210_AMX_CTRL                       0xa4
 34 #define TEGRA210_AMX_OUT_BYTE_EN0               0xa8
 35 #define TEGRA210_AMX_OUT_BYTE_EN1               0xac
 36 #define TEGRA210_AMX_CYA                        0xb0
 37 #define TEGRA210_AMX_CFG_RAM_CTRL               0xb8
 38 #define TEGRA210_AMX_CFG_RAM_DATA               0xbc
 39 
 40 #define TEGRA194_AMX_RX1_FRAME_PERIOD           0xc0
 41 #define TEGRA194_AMX_RX4_FRAME_PERIOD           0xcc
 42 #define TEGRA194_AMX_RX4_LAST_FRAME_PERIOD      0xdc
 43 
 44 /* Fields in TEGRA210_AMX_ENABLE */
 45 #define TEGRA210_AMX_ENABLE_SHIFT                       0
 46 
 47 /* Fields in TEGRA210_AMX_CTRL */
 48 #define TEGRA210_AMX_CTRL_MSTR_RX_NUM_SHIFT             14
 49 #define TEGRA210_AMX_CTRL_MSTR_RX_NUM_MASK              (3 << TEGRA210_AMX_CTRL_MSTR_RX_NUM_SHIFT)
 50 
 51 #define TEGRA210_AMX_CTRL_RX_DEP_SHIFT                  12
 52 #define TEGRA210_AMX_CTRL_RX_DEP_MASK                   (3 << TEGRA210_AMX_CTRL_RX_DEP_SHIFT)
 53 
 54 /* Fields in TEGRA210_AMX_CFG_RAM_CTRL */
 55 #define TEGRA210_AMX_CFG_RAM_CTRL_RW_SHIFT              14
 56 #define TEGRA210_AMX_CFG_RAM_CTRL_RW_WRITE              (1 << TEGRA210_AMX_CFG_RAM_CTRL_RW_SHIFT)
 57 
 58 #define TEGRA210_AMX_CFG_RAM_CTRL_ADDR_INIT_EN_SHIFT    13
 59 #define TEGRA210_AMX_CFG_RAM_CTRL_ADDR_INIT_EN          (1 << TEGRA210_AMX_CFG_RAM_CTRL_ADDR_INIT_EN_SHIFT)
 60 
 61 #define TEGRA210_AMX_CFG_RAM_CTRL_SEQ_ACCESS_EN_SHIFT   12
 62 #define TEGRA210_AMX_CFG_RAM_CTRL_SEQ_ACCESS_EN         (1 << TEGRA210_AMX_CFG_RAM_CTRL_SEQ_ACCESS_EN_SHIFT)
 63 
 64 #define TEGRA210_AMX_CFG_CTRL_RAM_ADDR_SHIFT            0
 65 
 66 /* Fields in TEGRA210_AMX_SOFT_RESET */
 67 #define TEGRA210_AMX_SOFT_RESET_SOFT_EN                 1
 68 #define TEGRA210_AMX_SOFT_RESET_SOFT_RESET_MASK         TEGRA210_AMX_SOFT_RESET_SOFT_EN
 69 
 70 #define TEGRA210_AMX_AUDIOCIF_CH_STRIDE         4
 71 #define TEGRA210_AMX_RAM_DEPTH                  16
 72 #define TEGRA210_AMX_MAP_STREAM_NUM_SHIFT       6
 73 #define TEGRA210_AMX_MAP_WORD_NUM_SHIFT         2
 74 #define TEGRA210_AMX_MAP_BYTE_NUM_SHIFT         0
 75 
 76 enum {
 77         TEGRA210_AMX_WAIT_ON_ALL,
 78         TEGRA210_AMX_WAIT_ON_ANY,
 79 };
 80 
 81 struct tegra210_amx_soc_data {
 82         const struct regmap_config *regmap_conf;
 83         bool auto_disable;
 84 };
 85 
 86 struct tegra210_amx {
 87         const struct tegra210_amx_soc_data *soc_data;
 88         unsigned int map[TEGRA210_AMX_RAM_DEPTH];
 89         struct regmap *regmap;
 90         unsigned int byte_mask[2];
 91 };
 92 
 93 #endif
 94 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php