Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt1305.c993 unsigned int rh, rl, rhl, r0ohm; in rt1305_calibrate() local
1059 rhl = (rh << 16) | rl; in rt1305_calibrate()
1060 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate()
1062 pr_debug("Left_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate()
1066 if (rhl != 0) in rt1305_calibrate()
1067 do_div(r0l, rhl); in rt1305_calibrate()
1076 rhl = (rh << 16) | rl; in rt1305_calibrate()
1077 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate()
1079 pr_debug("Right_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate()
1083 if (rhl != 0) in rt1305_calibrate()
[all …]