rhl 996 sound/soc/codecs/rt1305.c unsigned int rh, rl, rhl, r0ohm; rhl 1062 sound/soc/codecs/rt1305.c rhl = (rh << 16) | rl; rhl 1063 sound/soc/codecs/rt1305.c r0ohm = (rhl*10) / 33554432; rhl 1065 sound/soc/codecs/rt1305.c pr_debug("Left_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); rhl 1069 sound/soc/codecs/rt1305.c if (rhl != 0) rhl 1070 sound/soc/codecs/rt1305.c do_div(r0l, rhl); rhl 1079 sound/soc/codecs/rt1305.c rhl = (rh << 16) | rl; rhl 1080 sound/soc/codecs/rt1305.c r0ohm = (rhl*10) / 33554432; rhl 1082 sound/soc/codecs/rt1305.c pr_debug("Right_rhl = 0x%x rh=0x%x rl=0x%x\n", rhl, rh, rl); rhl 1086 sound/soc/codecs/rt1305.c if (rhl != 0) rhl 1087 sound/soc/codecs/rt1305.c do_div(r0r, rhl);