Searched refs:msb (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Detraxgpio.h60 msb, data_mask[7:0] , clk_mask[7:0]
63 #define IO_CFG_WRITE_MODE_VALUE(msb, data_mask, clk_mask) \
64 ( (((msb)&1) << 16) | (((data_mask) &0xFF) << 8) | ((clk_mask) & 0xFF) )
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Detraxgpio.h60 msb, data_mask[7:0] , clk_mask[7:0]
63 #define IO_CFG_WRITE_MODE_VALUE(msb, data_mask, clk_mask) \
64 ( (((msb)&1) << 16) | (((data_mask) &0xFF) << 8) | ((clk_mask) & 0xFF) )
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dcore_t2.h407 unsigned long result, msb; local
409 msb = addr & 0xE0000000;
411 set_hae(msb);
419 unsigned long result, msb; local
421 msb = addr & 0xE0000000;
423 set_hae(msb);
432 unsigned long msb; local
434 msb = addr & 0xE0000000;
436 set_hae(msb);
443 unsigned long r0, r1, work, msb; local
457 unsigned long msb, w; local
469 unsigned long msb, w; local
482 unsigned long msb; local
493 unsigned long msb, work; local
[all...]
H A Dcore_lca.h271 unsigned long result, msb; local
275 msb = addr & 0xf8000000;
276 addr -= msb;
277 set_hae(msb);
285 unsigned long result, msb; local
289 msb = addr & 0xf8000000;
290 addr -= msb;
291 set_hae(msb);
309 unsigned long msb; local
314 msb
324 unsigned long msb; local
[all...]
H A Dcore_apecs.h426 unsigned long result, msb; local
430 msb = addr & 0xf8000000;
431 addr -= msb;
432 set_hae(msb);
440 unsigned long result, msb; local
444 msb = addr & 0xf8000000;
445 addr -= msb;
446 set_hae(msb);
464 unsigned long msb; local
468 msb
477 unsigned long msb; local
[all...]
H A Dcore_mcpcia.h355 unsigned long msb; local
356 msb = addr & ~MCPCIA_MEM_MASK;
357 set_hae(msb);
374 unsigned long msb; local
375 msb = addr & ~MCPCIA_MEM_MASK;
376 set_hae(msb);
393 unsigned long msb; local
394 msb = addr & ~MCPCIA_MEM_MASK;
395 set_hae(msb);
411 unsigned long msb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dcore_t2.h407 unsigned long result, msb; local
409 msb = addr & 0xE0000000;
411 set_hae(msb);
419 unsigned long result, msb; local
421 msb = addr & 0xE0000000;
423 set_hae(msb);
432 unsigned long msb; local
434 msb = addr & 0xE0000000;
436 set_hae(msb);
443 unsigned long r0, r1, work, msb; local
457 unsigned long msb, w; local
469 unsigned long msb, w; local
482 unsigned long msb; local
493 unsigned long msb, work; local
[all...]
H A Dcore_lca.h271 unsigned long result, msb; local
275 msb = addr & 0xf8000000;
276 addr -= msb;
277 set_hae(msb);
285 unsigned long result, msb; local
289 msb = addr & 0xf8000000;
290 addr -= msb;
291 set_hae(msb);
309 unsigned long msb; local
314 msb
324 unsigned long msb; local
[all...]
H A Dcore_apecs.h426 unsigned long result, msb; local
430 msb = addr & 0xf8000000;
431 addr -= msb;
432 set_hae(msb);
440 unsigned long result, msb; local
444 msb = addr & 0xf8000000;
445 addr -= msb;
446 set_hae(msb);
464 unsigned long msb; local
468 msb
477 unsigned long msb; local
[all...]
H A Dcore_mcpcia.h355 unsigned long msb; local
356 msb = addr & ~MCPCIA_MEM_MASK;
357 set_hae(msb);
374 unsigned long msb; local
375 msb = addr & ~MCPCIA_MEM_MASK;
376 set_hae(msb);
393 unsigned long msb; local
394 msb = addr & ~MCPCIA_MEM_MASK;
395 set_hae(msb);
411 unsigned long msb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsgivwfb.h20 #define MASK(msb, lsb) ( (((u32)1<<((msb)-(lsb)+1))-1) << (lsb) )
21 #define GET(v, msb, lsb) ( ((u32)(v) & MASK(msb,lsb)) >> (lsb) )
22 #define SET(v, f, msb, lsb) ( (v) = ((v)&~MASK(msb,lsb)) | (( (u32)(f)<<(lsb) ) & MASK(msb,lsb)) )
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A 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
H A 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
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-time.c101 volatile u8 msb, lsb; local
115 msb = *tc2p;
117 } while(msb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/
H A DMakefile123 msb my-special-boot:
124 @$(MAKEBOOT) msb
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/
H A DMakefile108 msb my-special-boot:
109 @$(MAKEBOOT) msb
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/boot/
H A DMakefile30 msb: tools/lxboot tools/bootlx vmlinux.nh
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dqos.c185 __u16 msb = 0x8000; local
188 while (msb) {
189 if (word & msb)
191 msb >>=1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A 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
H A Dx_store.S147 clrl LOCAL_HI(%a1) |clear msb
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dplip.c198 unsigned char msb;
200 unsigned char msb;
688 &rcv->nibble, &rcv->length.b.msb))
883 &snd->nibble, snd->length.b.msb))
197 unsigned char msb; member in struct:plip_local::__anon1898::__anon1899
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dsync_serial.c315 IO_STATE(R_SYNC_SERIAL1_CTRL, bitorder, msb) |
457 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, bitorder, msb);
506 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, bitorder, msb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Disar.c670 u_char msb; local
684 msb = 0;
688 msb = HDLC_FED;
694 msb |= HDLC_FST;
719 msb, count, ptr);
727 msb, count, ptr);
1198 debugl1(cs, "Buffer STEV dpath%d msb(%x)",
1238 tp += sprintf(debbuf, "msg iis(%x) msb(%x)",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dsddr55.c37 #define short_pack(lsb,msb) ( ((u16)(lsb)) | ( ((u16)(msb))<<8 ) )
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dsbdreset_evb64120A.S1006 sb t2,IER(a0) # store divisor msb
1034 sb t2,IER(a0) # store divisor msb

Completed in 173 milliseconds

12