Searched refs:rhl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | rt1305.c | 997 unsigned int rh, rl, rhl, r0ohm; in rt1305_calibrate() local 1063 rhl = (rh << 16) | rl; in rt1305_calibrate() 1064 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate() 1066 pr_debug("Left_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate() 1070 if (rhl != 0) in rt1305_calibrate() 1071 do_div(r0l, rhl); in rt1305_calibrate() 1080 rhl = (rh << 16) | rl; in rt1305_calibrate() 1081 r0ohm = (rhl*10) / 33554432; in rt1305_calibrate() 1083 pr_debug("Right_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); in rt1305_calibrate() 1087 if (rhl != 0) in rt1305_calibrate() [all …]
|