Searched refs:quot (Results 1 – 5 of 5) sorted by relevance
/arch/x86/boot/ |
D | early_serial_console.c | 105 unsigned int quot; in probe_baud() local 112 quot = (dlh << 8) | dll; in probe_baud() 114 return BASE_BAUD / quot; in probe_baud()
|
/arch/powerpc/platforms/embedded6xx/ |
D | ls_uart.c | 61 unsigned int quot = AVR_QUOT(avr_clock); in avr_uart_configure() local 75 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ in avr_uart_configure() 76 out_8(avr_addr + UART_DLM, quot >> 8); /* MS of divisor */ in avr_uart_configure()
|
/arch/m68k/math-emu/ |
D | fp_arith.c | 370 unsigned long quot, rem; in fp_fsgldiv() local 421 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv() 422 dest->mant.m32[0] = 0x80000000 | (quot >> 1); in fp_fsgldiv() 423 dest->mant.m32[1] = (quot & 1) | rem; /* only for rounding */ in fp_fsgldiv() 425 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]); in fp_fsgldiv() 426 dest->mant.m32[0] = quot; in fp_fsgldiv()
|
D | multi_arith.h | 130 #define fp_div64(quot, rem, srch, srcl, div) \ argument 131 asm ("divu.l %2,%1:%0" : "=d" (quot), "=d" (rem) \
|
/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 205 beq.b ldqpos # branch to quot positive 209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits? 212 neg.l %d6 # make (-quot) 2's comp
|