Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
H A 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 ! in rt1305_calibrate()
[all...]
/kernel/linux/linux-6.6/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 ! in rt1305_calibrate()
[all...]

Completed in 4 milliseconds