brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · 21b9325 Raw
47 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef WM8785_H_INCLUDED3#define WM8785_H_INCLUDED4 5#define WM8785_R0	06#define WM8785_R1	17#define WM8785_R2	28#define WM8785_R7	79 10/* R0 */11#define WM8785_MCR_MASK		0x00712#define WM8785_MCR_SLAVE	0x00013#define WM8785_MCR_MASTER_128	0x00114#define WM8785_MCR_MASTER_192	0x00215#define WM8785_MCR_MASTER_256	0x00316#define WM8785_MCR_MASTER_384	0x00417#define WM8785_MCR_MASTER_512	0x00518#define WM8785_MCR_MASTER_768	0x00619#define WM8785_OSR_MASK		0x01820#define WM8785_OSR_SINGLE	0x00021#define WM8785_OSR_DOUBLE	0x00822#define WM8785_OSR_QUAD		0x01023#define WM8785_FORMAT_MASK	0x06024#define WM8785_FORMAT_RJUST	0x00025#define WM8785_FORMAT_LJUST	0x02026#define WM8785_FORMAT_I2S	0x04027#define WM8785_FORMAT_DSP	0x06028/* R1 */29#define WM8785_WL_MASK		0x00330#define WM8785_WL_16		0x00031#define WM8785_WL_20		0x00132#define WM8785_WL_24		0x00233#define WM8785_WL_32		0x00334#define WM8785_LRP		0x00435#define WM8785_BCLKINV		0x00836#define WM8785_LRSWAP		0x01037#define WM8785_DEVNO_MASK	0x0e038/* R2 */39#define WM8785_HPFR		0x00140#define WM8785_HPFL		0x00241#define WM8785_SDODIS		0x00442#define WM8785_PWRDNR		0x00843#define WM8785_PWRDNL		0x01044#define WM8785_TDM_MASK		0x1c045 46#endif47