Home
last modified time | relevance | path

Searched refs:rhl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/sound/soc/codecs/
Drt1305.c996 unsigned int rh, rl, rhl, r0ohm; in rt1305_calibrate() local
1062 rhl = (rh << 16) | rl; in rt1305_calibrate()
1063 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate()
1065 pr_debug("Left_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate()
1069 if (rhl != 0) in rt1305_calibrate()
1070 do_div(r0l, rhl); in rt1305_calibrate()
1079 rhl = (rh << 16) | rl; in rt1305_calibrate()
1080 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate()
1082 pr_debug("Right_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate()
1086 if (rhl != 0) in rt1305_calibrate()
[all …]