Searched refs:RT1305_PR_BASE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A 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 in rt1305_calibrate() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt1305.c | 34 #define RT1305_PR_BASE (RT1305_PR_RANGE_BASE + (0 * RT1305_PR_SPACING)) macro 40 .range_min = RT1305_PR_BASE, 41 .range_max = RT1305_PR_BASE + 0xff, 53 { RT1305_PR_BASE + 0xcf, 0x5548 }, 54 { RT1305_PR_BASE + 0x5d, 0x0442 }, 55 { RT1305_PR_BASE + 0xc1, 0x0320 }, 1000 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xcf, 0x5548); in rt1305_calibrate() 1001 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xc1, 0x0320); in rt1305_calibrate() 1010 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0x5d, 0x0442); in rt1305_calibrate() 1013 regmap_write(rt1305->regmap, RT1305_PR_BASE in rt1305_calibrate() [all...] |
Completed in 3 milliseconds