Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt1305.c994 u64 r0l, r0r; in rt1305_calibrate() local
1082 r0r = 562949953421312ULL; in rt1305_calibrate()
1084 do_div(r0r, rhl); in rt1305_calibrate()
1085 pr_debug("Right_r0 = 0x%llx\n", r0r); in rt1305_calibrate()
1090 (r0r > R0_UPPER) && (r0r < R0_LOWER)) { in rt1305_calibrate()
1096 ((r0r >> 16) & 0xffff) | 0xf800); in rt1305_calibrate()
1098 r0r & 0xffff); in rt1305_calibrate()