mt8365-reg.h (9a029545bb36825f65b1ba182739eaf2809db2c7) | mt8365-reg.h (6b31d6a4ca3b4d8abfb39127130889f9a9a38aa1) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 2 * 3 * MediaTek 8365 audio driver reg definition 4 * 5 * Copyright (c) 2024 MediaTek Inc. 6 * Authors: Jia Zeng <jia.zeng@mediatek.com> 7 * Alexandre Mergnat <amergnat@baylibre.com> 8 */ 9 10#ifndef _MT8365_REG_H_ 11#define _MT8365_REG_H_ 12 | 1/* SPDX-License-Identifier: GPL-2.0 2 * 3 * MediaTek 8365 audio driver reg definition 4 * 5 * Copyright (c) 2024 MediaTek Inc. 6 * Authors: Jia Zeng <jia.zeng@mediatek.com> 7 * Alexandre Mergnat <amergnat@baylibre.com> 8 */ 9 10#ifndef _MT8365_REG_H_ 11#define _MT8365_REG_H_ 12 |
13#include <linux/bitfield.h> 14 |
|
13#define AUDIO_TOP_CON0 (0x0000) 14#define AUDIO_TOP_CON1 (0x0004) 15#define AUDIO_TOP_CON2 (0x0008) 16#define AUDIO_TOP_CON3 (0x000c) 17 18#define AFE_DAC_CON0 (0x0010) 19#define AFE_DAC_CON1 (0x0014) 20#define AFE_I2S_CON (0x0018) --- 971 unchanged lines hidden --- | 15#define AUDIO_TOP_CON0 (0x0000) 16#define AUDIO_TOP_CON1 (0x0004) 17#define AUDIO_TOP_CON2 (0x0008) 18#define AUDIO_TOP_CON3 (0x000c) 19 20#define AFE_DAC_CON0 (0x0010) 21#define AFE_DAC_CON1 (0x0014) 22#define AFE_I2S_CON (0x0018) --- 971 unchanged lines hidden --- |