Lines Matching +full:0 +full:x0d
10 #define ENABLED_APPLE_QUIRKS 0x3f
15 #define TAS2764_NOISE_GATE_DISABLE BIT(0)
18 REG_SEQ0(TAS2764_REG(0x0, 0x35), 0xb0)
27 REG_SEQ0(TAS2764_REG(0x0, 0x6b), 0x41)
36 REG_SEQ0(TAS2764_REG(0x0, 0x76), 0x0)
40 * Unknown 0x133/0x137 writes (maybe TDM related)
45 REG_SEQ0(TAS2764_REG(0x1, 0x33), 0x80),
46 REG_SEQ0(TAS2764_REG(0x1, 0x37), 0x3a),
50 * Unknown 0x614 - 0x61f writes
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),
60 REG_SEQ0(TAS2764_REG(0x6, 0x19), 0xc),
61 REG_SEQ0(TAS2764_REG(0x6, 0x16), 0xaa),
62 REG_SEQ0(TAS2764_REG(0x6, 0x1b), 0x0),
63 REG_SEQ0(TAS2764_REG(0x6, 0x1c), 0x12),
64 REG_SEQ0(TAS2764_REG(0x6, 0x1d), 0xa0),
65 REG_SEQ0(TAS2764_REG(0x6, 0x1e), 0xd8),
66 REG_SEQ0(TAS2764_REG(0x6, 0x1f), 0x0),
70 * Unknown writes in the 0xfd page (with secondary paging inside)
75 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0xd),
76 REG_SEQ0(TAS2764_REG(0xfd, 0x6c), 0x2),
77 REG_SEQ0(TAS2764_REG(0xfd, 0x6d), 0xf),
78 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0x0),
87 REG_SEQ0(TAS2764_REG(0x1, 0x47), 0x2),
100 * the magic writes in the 0xfdXX region, so make sure
104 REG_SEQ0(TAS2764_REG(0x0, 0x7), 0x60),
108 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0xd), /* switch hidden page */
109 REG_SEQ0(TAS2764_REG(0xfd, 0x64), 0x4), /* do write (unknown semantics) */
110 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0x0), /* switch hidden page back */
114 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0xd),
115 REG_SEQ0(TAS2764_REG(0xfd, 0x64), 0x0), /* revert write from pre sequence */
116 REG_SEQ0(TAS2764_REG(0xfd, 0x0d), 0x0),
130 return 0; in tas2764_do_quirky_pwr_ctrl_change()