Searched refs:RT1305_PR_BASE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/soc/codecs/ |
D | rt1305.c | 36 #define RT1305_PR_BASE (RT1305_PR_RANGE_BASE + (0 * RT1305_PR_SPACING)) macro 42 .range_min = RT1305_PR_BASE, 43 .range_max = RT1305_PR_BASE + 0xff, 55 { RT1305_PR_BASE + 0xcf, 0x5548 }, 56 { RT1305_PR_BASE + 0x5d, 0x0442 }, 57 { RT1305_PR_BASE + 0xc1, 0x0320 }, 1003 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xcf, 0x5548); in rt1305_calibrate() 1004 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xc1, 0x0320); in rt1305_calibrate() 1013 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0x5d, 0x0442); in rt1305_calibrate() 1016 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xc3, 0xd4a0); in rt1305_calibrate() [all …]
|