divrnd 201 arch/i386/isa/pccom.c x = divrnd((freq / 16), speed); divrnd 204 arch/i386/isa/pccom.c err = divrnd((quad_t)freq * 1000 / 16, speed * x) - 1000; divrnd 190 arch/i386/stand/libsa/bioscons.c newsp = divrnd((COM_FREQ / 16), sp); divrnd 193 arch/i386/stand/libsa/bioscons.c err = divrnd((COM_FREQ / 16) * 1000, sp * newsp) - 1000; divrnd 162 dev/ic/com.c x = divrnd((freq / 16), speed); divrnd 165 dev/ic/com.c err = divrnd((quad_t)freq * 1000 / 16, speed * x) - 1000;