Home
last modified time | relevance | path

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

/arch/mips/sgi-ip22/
Dip22-time.c34 u8 msb, lsb; in dosample() local
49 msb = readb(&sgint->tcnt2); in dosample()
51 } while (msb); in dosample()
/arch/alpha/include/asm/
Dcore_t2.h433 msb = addr >> 27; \
435 set_hae(msb); \
449 unsigned long result, msb; in t2_readb() local
463 unsigned long result, msb; in t2_readw() local
481 unsigned long result, msb; in t2_readl() local
495 unsigned long r0, r1, work, msb; in t2_readq() local
511 unsigned long msb, w; in t2_writeb() local
525 unsigned long msb, w; in t2_writew() local
543 unsigned long msb; in t2_writel() local
556 unsigned long msb, work; in t2_writeq() local
Dcore_lca.h225 unsigned long msb = addr & 0xf8000000; \
226 addr -= msb; \
227 set_hae(msb); \
Dcore_apecs.h380 unsigned long msb = addr & 0xf8000000; \
381 addr -= msb; \
382 set_hae(msb); \
/arch/mips/sni/
Dtime.c96 volatile u8 msb, lsb; in dosample() local
110 msb = inb(0x40); in dosample()
112 } while (msb); in dosample()
/arch/cris/include/asm/
Detraxgpio.h119 #define IO_CFG_WRITE_MODE_VALUE(msb, data_mask, clk_mask) \ argument
120 ( (((msb)&1) << 16) | (((data_mask) &0xFF) << 8) | ((clk_mask) & 0xFF) )
/arch/sparc/lib/
Dudivdi3.S37 sub %i0,%o3,%i0 ! this kills msb of n
45 sub %i0,%o3,%i0 ! this kills msb of n
74 sub %o4,%o3,%o4 ! this kills msb of n
82 sub %o4,%o3,%o4 ! this kills msb of n
100 sub %i0,%o3,%i0 ! this kills msb of n
108 sub %i0,%o3,%i0 ! this kills msb of n
179 sub %o4,%i2,%o4 ! this kills msb of n
187 sub %o4,%i2,%o4 ! this kills msb of n
Ddivdi3.S75 sub %i0,%o4,%i0 ! this kills msb of n
83 sub %i0,%o4,%i0 ! this kills msb of n
110 sub %g3,%o4,%g3 ! this kills msb of n
118 sub %g3,%o4,%g3 ! this kills msb of n
134 sub %i0,%o4,%i0 ! this kills msb of n
142 sub %i0,%o4,%i0 ! this kills msb of n
209 sub %o2,%i2,%o2 ! this kills msb of n
217 sub %o2,%i2,%o2 ! this kills msb of n
/arch/m68k/fpsp040/
Dbinstr.S18 | msb form a decimal digit. This process is iterated until
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
Dx_store.S146 clrl LOCAL_HI(%a1) |clear msb
Dround.S276 | bit of the mantissa (msb in d1).
279 | bit of the mantissa (msb in d1) unless this would mean the exponent
/arch/cris/arch-v10/drivers/
Dsync_serial.c378 IO_STATE(R_SYNC_SERIAL1_CTRL, bitorder, msb) | in initialize_port()
811 bitorder, msb); in sync_serial_ioctl()
880 msb); in sync_serial_ioctl()
/arch/m68k/ifpsp060/src/
Dfplsp.S9807 and.l &0x7fffffff, %d0 # msb is a don't care!