linux/sound/soc/codecs/isabelle.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * isabelle.h - Low power high fidelity audio codec driver header file
 *
 * Copyright (c) 2012 Texas Instruments, Inc
 */

#ifndef _ISABELLE_H
#define _ISABELLE_H

#include <linux/bitops.h>

/* ISABELLE REGISTERS */

#define ISABELLE_PWR_CFG_REG
#define ISABELLE_PWR_EN_REG
#define ISABELLE_PS_EN1_REG
#define ISABELLE_INT1_STATUS_REG
#define ISABELLE_INT1_MASK_REG
#define ISABELLE_INT2_STATUS_REG
#define ISABELLE_INT2_MASK_REG
#define ISABELLE_HKCTL1_REG
#define ISABELLE_HKCTL2_REG
#define ISABELLE_HKCTL3_REG
#define ISABELLE_ACCDET_STATUS_REG
#define ISABELLE_BUTTON_ID_REG
#define ISABELLE_PLL_CFG_REG
#define ISABELLE_PLL_EN_REG
#define ISABELLE_FS_RATE_CFG_REG
#define ISABELLE_INTF_CFG_REG
#define ISABELLE_INTF_EN_REG
#define ISABELLE_ULATX12_INTF_CFG_REG
#define ISABELLE_DL12_INTF_CFG_REG
#define ISABELLE_DL34_INTF_CFG_REG
#define ISABELLE_DL56_INTF_CFG_REG
#define ISABELLE_ATX_STPGA1_CFG_REG
#define ISABELLE_ATX_STPGA2_CFG_REG
#define ISABELLE_VTX_STPGA1_CFG_REG
#define ISABELLE_VTX2_STPGA2_CFG_REG
#define ISABELLE_ATX1_DPGA_REG
#define ISABELLE_ATX2_DPGA_REG
#define ISABELLE_VTX1_DPGA_REG
#define ISABELLE_VTX2_DPGA_REG
#define ISABELLE_TX_INPUT_CFG_REG
#define ISABELLE_RX_INPUT_CFG_REG
#define ISABELLE_RX_INPUT_CFG2_REG
#define ISABELLE_VOICE_HPF_CFG_REG
#define ISABELLE_AUDIO_HPF_CFG_REG
#define ISABELLE_RX1_DPGA_REG
#define ISABELLE_RX2_DPGA_REG
#define ISABELLE_RX3_DPGA_REG
#define ISABELLE_RX4_DPGA_REG
#define ISABELLE_RX5_DPGA_REG
#define ISABELLE_RX6_DPGA_REG
#define ISABELLE_ALU_TX_EN_REG
#define ISABELLE_ALU_RX_EN_REG
#define ISABELLE_IIR_RESYNC_REG
#define ISABELLE_ABIAS_CFG_REG
#define ISABELLE_DBIAS_CFG_REG
#define ISABELLE_MIC1_GAIN_REG
#define ISABELLE_MIC2_GAIN_REG
#define ISABELLE_AMIC_CFG_REG
#define ISABELLE_DMIC_CFG_REG
#define ISABELLE_APGA_GAIN_REG
#define ISABELLE_APGA_CFG_REG
#define ISABELLE_TX_GAIN_DLY_REG
#define ISABELLE_RX_GAIN_DLY_REG
#define ISABELLE_RX_PWR_CTRL_REG
#define ISABELLE_DPGA1LR_IN_SEL_REG
#define ISABELLE_DPGA1L_GAIN_REG
#define ISABELLE_DPGA1R_GAIN_REG
#define ISABELLE_DPGA2L_IN_SEL_REG
#define ISABELLE_DPGA2R_IN_SEL_REG
#define ISABELLE_DPGA2L_GAIN_REG
#define ISABELLE_DPGA2R_GAIN_REG
#define ISABELLE_DPGA3LR_IN_SEL_REG
#define ISABELLE_DPGA3L_GAIN_REG
#define ISABELLE_DPGA3R_GAIN_REG
#define ISABELLE_DAC1_SOFTRAMP_REG
#define ISABELLE_DAC2_SOFTRAMP_REG
#define ISABELLE_DAC3_SOFTRAMP_REG
#define ISABELLE_DAC_CFG_REG
#define ISABELLE_EARDRV_CFG1_REG
#define ISABELLE_EARDRV_CFG2_REG
#define ISABELLE_HSDRV_GAIN_REG
#define ISABELLE_HSDRV_CFG1_REG
#define ISABELLE_HSDRV_CFG2_REG
#define ISABELLE_HS_NG_CFG1_REG
#define ISABELLE_HS_NG_CFG2_REG
#define ISABELLE_LINEAMP_GAIN_REG
#define ISABELLE_LINEAMP_CFG_REG
#define ISABELLE_HFL_VOL_CTRL_REG
#define ISABELLE_HFL_SFTVOL_CTRL_REG
#define ISABELLE_HFL_LIM_CTRL_1_REG
#define ISABELLE_HFL_LIM_CTRL_2_REG
#define ISABELLE_HFR_VOL_CTRL_REG
#define ISABELLE_HFR_SFTVOL_CTRL_REG
#define ISABELLE_HFR_LIM_CTRL_1_REG
#define ISABELLE_HFR_LIM_CTRL_2_REG
#define ISABELLE_HF_MODE_REG
#define ISABELLE_HFLPGA_CFG_REG
#define ISABELLE_HFRPGA_CFG_REG
#define ISABELLE_HFDRV_CFG_REG
#define ISABELLE_PDMOUT_CFG1_REG
#define ISABELLE_PDMOUT_CFG2_REG
#define ISABELLE_PDMOUT_L_WM_REG
#define ISABELLE_PDMOUT_R_WM_REG
#define ISABELLE_HF_NG_CFG1_REG
#define ISABELLE_HF_NG_CFG2_REG

/* ISABELLE_PWR_EN_REG (0x02h) */
#define ISABELLE_CHIP_EN

/* ISABELLE DAI FORMATS */
#define ISABELLE_AIF_FMT_MASK
#define ISABELLE_I2S_MODE
#define ISABELLE_LEFT_J_MODE
#define ISABELLE_PDM_MODE

#define ISABELLE_AIF_LENGTH_MASK
#define ISABELLE_AIF_LENGTH_20
#define ISABELLE_AIF_LENGTH_32

#define ISABELLE_AIF_MS

#define ISABELLE_FS_RATE_MASK
#define ISABELLE_FS_RATE_8
#define ISABELLE_FS_RATE_11
#define ISABELLE_FS_RATE_12
#define ISABELLE_FS_RATE_16
#define ISABELLE_FS_RATE_22
#define ISABELLE_FS_RATE_24
#define ISABELLE_FS_RATE_32
#define ISABELLE_FS_RATE_44
#define ISABELLE_FS_RATE_48

#define ISABELLE_MAX_REGISTER

#endif