Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/drivers/md/
Dxor.c63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
102 void *b1, *b2; in calibrate_xor_block() local
/linux-2.4.37.9/include/linux/
Disdn_lzscomp.h28 #define LZS_HIST_WORD(b1,b2) ((b1<<8)|b2) /* (network byte order rulez) */ argument
Dblkdev.h207 #define BH_CONTIG(b1, b2) (bh_phys((b1)) + (b1)->b_size == bh_phys((b2))) argument
208 #define BH_PHYS_4G(b1, b2) ((bh_phys((b1)) | 0xffffffff) == ((bh_phys((b2)) + (b2)->b_size - 1) | 0… argument
/linux-2.4.37.9/crypto/
Daes.c344 u32 b0[4], b1[4]; in aes_encrypt() local
397 u32 b0[4], b1[4]; in aes_decrypt() local
Ddes.c1032 u8 *b0, *b1; in setkey() local
/linux-2.4.37.9/drivers/atm/
Dfore200e.h72 #define BITFIELD2(b1, b2) b1; b2; argument
73 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
74 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
75 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
76 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
78 #define BITFIELD2(b1, b2) b2; b1; argument
79 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
80 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
81 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
82 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-2.4.37.9/fs/hpfs/
Dea.c318 void *b1, *b2; in hpfs_set_ea() local
/linux-2.4.37.9/drivers/media/video/
Dbttv-if.c286 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
Dstradis.c204 static int I2CWrite(struct i2c_bus *bus, unsigned char addr, unsigned char b1, in I2CWrite()
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dht.c130 unsigned char b1,b2,b3,b4; in longswap() local
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm.c198 unsigned char b1,b2,b3; in check_uart() local
/linux-2.4.37.9/drivers/isdn/pcbit/
Dpcbit.h95 struct pcbit_chan *b1; member
/linux-2.4.37.9/drivers/scsi/aacraid/
Daachba.c1377 u8 b1; in aac_srb_callback() local
1417 u8 b1; in aac_srb_callback() local
/linux-2.4.37.9/net/atm/
Dbr2684.c721 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] in br2684_proc_engine() macro
/linux-2.4.37.9/drivers/net/hamradio/
Dbaycom_ser_fdx.c377 unsigned char b1,b2,b3; in ser12_check_uart() local
Dbaycom_ser_hdx.c438 unsigned char b1,b2,b3; in ser12_check_uart() local
Dyam.c479 unsigned char b1, b2, b3; in yam_check_uart() local
/linux-2.4.37.9/include/asm-ia64/
Dptrace.h207 unsigned long b1; member
/linux-2.4.37.9/arch/ppc64/kernel/
Dproc_pmc.c719 char b0, b1; in proc_pmc_conv_int() local
/linux-2.4.37.9/fs/xfs/
Dxfs_mount.h119 #define XFS_SEND_NAMESP(mp, ev,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument
121 #define XFS_SEND_PREUNMOUNT(mp, vfs,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument
/linux-2.4.37.9/drivers/video/
Dcyber2000fb.c615 #define BIT(v,b1,m,b2) (((v >> b1) & m) << b2) in cyber2000fb_decode_crtc() argument
Depson1356fb.c880 u8* b1, *b2; in fill_putcs_buffer() local
/linux-2.4.37.9/drivers/block/
Damiflop.c1166 register unsigned char *enc, b2, b1; in dos_encode_byte() local
/linux-2.4.37.9/drivers/net/
Dstrip.c1325 static const char b1[] = "ate0q1s304=115200\r"; in ResetRadio() local
/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.c3129 #define cf_put_4bytes(cr, b1, b2, b3, b4) \ argument

12