Lines Matching +full:1 +full:x64 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * tegra210_i2s.h - Definitions for Tegra210 I2S driver
34 #define TEGRA210_I2S_TX_CTRL 0x64
50 /* Bit fields, shifts and masks */
55 #define I2S_EN_MASK BIT(I2S_EN_SHIFT)
56 #define I2S_EN BIT(I2S_EN_SHIFT)
62 #define I2S_NEG_EDGE 1
64 #define I2S_CTRL_EDGE_CTRL_MASK BIT(I2S_EDGE_SHIFT)
69 #define I2S_FMT_FSYNC 1
76 #define I2S_CTRL_MASTER_EN_MASK BIT(I2S_CTRL_MASTER_EN_SHIFT)
77 #define I2S_CTRL_MASTER_EN BIT(I2S_CTRL_MASTER_EN_SHIFT)
80 #define I2S_CTRL_LRCK_POL_MASK BIT(I2S_CTRL_LRCK_POL_SHIFT)
82 #define I2S_CTRL_LRCK_POL_HIGH BIT(I2S_CTRL_LRCK_POL_SHIFT)
85 #define I2S_CTRL_LPBK_MASK BIT(I2S_CTRL_LPBK_SHIFT)
86 #define I2S_CTRL_LPBK_EN BIT(I2S_CTRL_LPBK_SHIFT)
88 #define I2S_BITS_8 1
97 #define I2S_SOFT_RESET_MASK BIT(I2S_SOFT_RESET_SHIFT)
98 #define I2S_SOFT_RESET_EN BIT(I2S_SOFT_RESET_SHIFT)