Searched defs:bitcount (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/drivers/scsi/ |
D | mvumi.c | 640 unsigned char bitcount = sizeof(unsigned char) * 8; in mvumi_flush_cache() local 1490 unsigned char bitcount = sizeof(unsigned char) * 8; in mvumi_slave_configure() local
|
/linux-3.3/drivers/mtd/ |
D | inftlcore.c | 460 static int nrbits(unsigned int val, int bitcount) in nrbits()
|
/linux-3.3/drivers/video/ |
D | arcfb.c | 448 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
|
/linux-3.3/drivers/isdn/icn/ |
D | icn.c | 82 int bitcount) in icn_shiftout()
|
/linux-3.3/kernel/ |
D | compat.c | 1108 int bitcount = 0; in compat_sys_sysinfo() local
|
D | timer.c | 1573 unsigned int mem_unit, bitcount; in do_sysinfo() local
|
/linux-3.3/drivers/net/ethernet/3com/ |
D | 3c59x.c | 504 #define BFEXT(value, offset, bitcount) \ argument 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|
/linux-3.3/fs/ocfs2/ |
D | suballoc.c | 1631 unsigned int bitcount = le32_to_cpu(rec->e_leaf_clusters) * bpc; in ocfs2_bg_discontig_fix_by_rec() local
|