Searched refs:RT1305_PR_BASE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | rt1305.c | 39 #define RT1305_PR_BASE (RT1305_PR_RANGE_BASE + (0 * RT1305_PR_SPACING)) macro 45 .range_min = RT1305_PR_BASE, 46 .range_max = RT1305_PR_BASE + 0xff, 58 { RT1305_PR_BASE + 0xcf, 0x5548 }, 59 { RT1305_PR_BASE + 0x5d, 0x0442 }, 60 { RT1305_PR_BASE + 0xc1, 0x0320 }, 1004 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xcf, 0x5548); in rt1305_calibrate() 1005 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xc1, 0x0320); in rt1305_calibrate() 1014 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0x5d, 0x0442); in rt1305_calibrate() 1017 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xc3, 0xd4a0); in rt1305_calibrate() [all …]
|