Searched refs:RT1305_PR_BASE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | rt1305.c | 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 }, 1057 regmap_read(rt1305->regmap, RT1305_PR_BASE + 0x55, &rh); in rt1305_calibrate() 1058 regmap_read(rt1305->regmap, RT1305_PR_BASE + 0x56, &rl); in rt1305_calibrate() 1091 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0x4e, in rt1305_calibrate() 1093 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0x4f, in rt1305_calibrate() 1095 regmap_write(rt1305->regmap, RT1305_PR_BASE + 0xfe, in rt1305_calibrate() [all …]
|