Home
last modified time | relevance | path

Searched refs:TAS2764_REG (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2764.h16 #define TAS2764_REG(page, reg) ((page * 128) + reg) macro
19 #define TAS2764_PAGE TAS2764_REG(0X0, 0x00)
23 #define TAS2764_SW_RST TAS2764_REG(0X0, 0x01)
27 #define TAS2764_PWR_CTRL TAS2764_REG(0X0, 0x02)
38 #define TAS2764_DC_BLK0 TAS2764_REG(0x0, 0x04)
42 #define TAS2764_DVC TAS2764_REG(0X0, 0x1a)
45 #define TAS2764_CHNL_0 TAS2764_REG(0X0, 0x03)
48 #define TAS2764_MISC_CFG1 TAS2764_REG(0x0, 0x06)
52 #define TAS2764_TDM_CFG0 TAS2764_REG(0X0, 0x08)
62 #define TAS2764_TDM_CFG1 TAS2764_REG(0X0, 0x09)
[all …]
H A Dtas2764-quirks.h18 REG_SEQ0(TAS2764_REG(0x0, 0x35), 0xb0)
27 REG_SEQ0(TAS2764_REG(0x0, 0x6b), 0x41)
36 REG_SEQ0(TAS2764_REG(0x0, 0x76), 0x0)
45 REG_SEQ0(TAS2764_REG(0x1, 0x33), 0x80),
46 REG_SEQ0(TAS2764_REG(0x1, 0x37), 0x3a),
55 REG_SEQ0(TAS2764_REG(0x6, 0x14), 0x0),
56 REG_SEQ0(TAS2764_REG(0x6, 0x15), 0x13),
57 REG_SEQ0(TAS2764_REG(0x6, 0x16), 0x52),
58 REG_SEQ0(TAS2764_REG(0x6, 0x17), 0x0),
59 REG_SEQ0(TAS2764_REG(0x6, 0x18), 0xe4),
[all …]
H A Dtas2764.c815 case TAS2764_REG(0xf0, 0x0) ... TAS2764_REG(0xff, 0x0): in tas2764_volatile_register()