Searched refs:msb (Results 1 – 13 of 13) sorted by relevance
/arch/mips/sgi-ip22/ |
D | ip22-time.c | 34 u8 msb, lsb; in dosample() local 49 msb = readb(&sgint->tcnt2); in dosample() 51 } while (msb); in dosample()
|
/arch/alpha/include/asm/ |
D | core_t2.h | 433 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
|
D | core_lca.h | 225 unsigned long msb = addr & 0xf8000000; \ 226 addr -= msb; \ 227 set_hae(msb); \
|
D | core_apecs.h | 380 unsigned long msb = addr & 0xf8000000; \ 381 addr -= msb; \ 382 set_hae(msb); \
|
/arch/mips/sni/ |
D | time.c | 96 volatile u8 msb, lsb; in dosample() local 110 msb = inb(0x40); in dosample() 112 } while (msb); in dosample()
|
/arch/cris/include/asm/ |
D | etraxgpio.h | 119 #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/ |
D | udivdi3.S | 37 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
|
D | divdi3.S | 75 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/ |
D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
|
D | x_store.S | 146 clrl LOCAL_HI(%a1) |clear msb
|
D | round.S | 276 | 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/ |
D | sync_serial.c | 378 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/ |
D | fplsp.S | 9807 and.l &0x7fffffff, %d0 # msb is a don't care!
|