Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/include/asm-alpha/
Dcore_lca.h271 unsigned long result, msb; in lca_readb() local
275 msb = addr & 0xf8000000; in lca_readb()
276 addr -= msb; in lca_readb()
277 set_hae(msb); in lca_readb()
285 unsigned long result, msb; in lca_readw() local
289 msb = addr & 0xf8000000; in lca_readw()
290 addr -= msb; in lca_readw()
291 set_hae(msb); in lca_readw()
309 unsigned long msb; in lca_writeb() local
314 msb = addr & 0xf8000000; in lca_writeb()
[all …]
Dcore_apecs.h426 unsigned long result, msb; in apecs_readb() local
430 msb = addr & 0xf8000000; in apecs_readb()
431 addr -= msb; in apecs_readb()
432 set_hae(msb); in apecs_readb()
440 unsigned long result, msb; in apecs_readw() local
444 msb = addr & 0xf8000000; in apecs_readw()
445 addr -= msb; in apecs_readw()
446 set_hae(msb); in apecs_readw()
464 unsigned long msb; in apecs_writeb() local
468 msb = addr & 0xf8000000; in apecs_writeb()
[all …]
Dcore_mcpcia.h355 unsigned long msb; in mcpcia_readb() local
356 msb = addr & ~MCPCIA_MEM_MASK; in mcpcia_readb()
357 set_hae(msb); in mcpcia_readb()
374 unsigned long msb; in mcpcia_readw() local
375 msb = addr & ~MCPCIA_MEM_MASK; in mcpcia_readw()
376 set_hae(msb); in mcpcia_readw()
393 unsigned long msb; in mcpcia_writeb() local
394 msb = addr & ~MCPCIA_MEM_MASK; in mcpcia_writeb()
395 set_hae(msb); in mcpcia_writeb()
411 unsigned long msb; in mcpcia_writew() local
[all …]
Dcore_t2.h434 msb = addr >> 27; \
436 set_hae(msb); \
443 unsigned long result, msb; in t2_readb() local
456 unsigned long result, msb; in t2_readw() local
473 unsigned long result, msb; in t2_readl() local
486 unsigned long r0, r1, work, msb; in t2_readq() local
501 unsigned long msb, w; in t2_writeb() local
514 unsigned long msb, w; in t2_writew() local
531 unsigned long msb; in t2_writel() local
543 unsigned long msb, work; in t2_writeq() local
/linux-2.4.37.9/drivers/video/
Dsgivwfb.h20 #define MASK(msb, lsb) ( (((u32)1<<((msb)-(lsb)+1))-1) << (lsb) ) argument
21 #define GET(v, msb, lsb) ( ((u32)(v) & MASK(msb,lsb)) >> (lsb) ) argument
22 #define SET(v, f, msb, lsb) ( (v) = ((v)&~MASK(msb,lsb)) | (( (u32)(f)<<(lsb) ) & MASK(msb,lsb)… argument
/linux-2.4.37.9/include/asm-cris/
Detraxgpio.h63 #define IO_CFG_WRITE_MODE_VALUE(msb, data_mask, clk_mask) \ argument
64 ( (((msb)&1) << 16) | (((data_mask) &0xFF) << 8) | ((clk_mask) & 0xFF) )
/linux-2.4.37.9/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
/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-time.c103 volatile u8 msb, lsb; in dosample() local
118 msb = sgint->tcnt2; in dosample()
120 } while (msb); in dosample()
/linux-2.4.37.9/arch/alpha/
DMakefile108 msb my-special-boot: target
109 @$(MAKEBOOT) msb
/linux-2.4.37.9/net/irda/
Dqos.c190 __u16 msb = 0x8000; in msb_index() local
205 while (msb) { in msb_index()
206 if (word & msb) in msb_index()
208 msb >>=1; in msb_index()
/linux-2.4.37.9/arch/ia64/
DMakefile143 msb my-special-boot: target
144 @$(MAKEBOOT) msb
/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c558 xfs_mod_sb_t msb[14]; /* If you add cases, add entries */ in xfs_trans_unreserve_and_mod_sb() local
564 msbp = msb; in xfs_trans_unreserve_and_mod_sb()
659 if (msbp > msb) { in xfs_trans_unreserve_and_mod_sb()
660 error = xfs_mod_incore_sb_batch(tp->t_mountp, msb, in xfs_trans_unreserve_and_mod_sb()
661 (uint)(msbp - msb), rsvd); in xfs_trans_unreserve_and_mod_sb()
Dxfs_mount.c1441 xfs_mod_incore_sb_batch(xfs_mount_t *mp, xfs_mod_sb_t *msb, uint nmsb, int rsvd) argument
1455 msbp = &msb[0];
1456 for (msbp = &msbp[0]; msbp < (msb + nmsb); msbp++) {
1479 while (msbp >= msb) {
/linux-2.4.37.9/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.S147 clrl LOCAL_HI(%a1) |clear msb
Dround.S277 | bit of the mantissa (msb in d1).
280 | bit of the mantissa (msb in d1) unless this would mean the exponent
/linux-2.4.37.9/drivers/net/
Dplip.c197 unsigned char msb; member
199 unsigned char msb;
683 &rcv->nibble, &rcv->length.b.msb)) in plip_receive_packet()
878 &snd->nibble, snd->length.b.msb)) in plip_send_packet()
/linux-2.4.37.9/arch/alpha/boot/
DMakefile46 msb: tools/lxboot tools/bootlx vmlinux.nh target
/linux-2.4.37.9/drivers/usb/storage/
Dsddr55.c37 #define short_pack(lsb,msb) ( ((u16)(lsb)) | ( ((u16)(msb))<<8 ) ) argument
Dsddr09.c37 #define short_pack(lsb,msb) ( ((u16)(lsb)) | ( ((u16)(msb))<<8 ) ) argument
/linux-2.4.37.9/drivers/isdn/hisax/
Disar.c691 u_char msb; in isar_fill_fifo() local
705 msb = 0; in isar_fill_fifo()
709 msb = HDLC_FED; in isar_fill_fifo()
715 msb |= HDLC_FST; in isar_fill_fifo()
740 msb, count, ptr); in isar_fill_fifo()
748 msb, count, ptr); in isar_fill_fifo()
/linux-2.4.37.9/arch/cris/drivers/
Dsync_serial.c358 IO_STATE(R_SYNC_SERIAL1_CTRL, bitorder, msb) | in initialize_port()
609 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, bitorder, msb); in sync_serial_ioctl()
659 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, bitorder, msb); in sync_serial_ioctl()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DDocumentation.txt914 64 01 - byte count (lsb/msb excludes header/trailer)
915 8e 0b - checksum (lsb/msb excludes header/trailer)
954 | | ----- ?? PCI vendor ID (lsb/msb)
955 ----PCI device ID (lsb/msb)
984 | | | | ----timeout (lsb/msb)
/linux-2.4.37.9/drivers/pnp/
Disapnp.c205 unsigned char code = 0x6a, msb; in isapnp_key() local
215 msb = ((code & 0x01) ^ ((code & 0x02) >> 1)) << 7; in isapnp_key()
216 code = (code >> 1) | msb; in isapnp_key()

12