xbits             659 arch/parisc/kernel/perf.c 	uint32_t	width, xbits, i;
xbits             673 arch/parisc/kernel/perf.c 	if ((xbits = width & 0x03f) != 0) {
xbits             675 arch/parisc/kernel/perf.c 		data_mask <<= (64 - xbits);
xbits             688 arch/parisc/kernel/perf.c 		if (xbits) {
xbits             689 arch/parisc/kernel/perf.c 			buffer[i] |= (data << (64 - xbits));
xbits             691 arch/parisc/kernel/perf.c 				buffer[i-1] |= ((data >> xbits) & data_mask);
xbits             195 drivers/edac/thunderx_edac.c 	int xbits;
xbits             494 drivers/edac/thunderx_edac.c 	int bank, xbits;
xbits             505 drivers/edac/thunderx_edac.c 		bank ^= get_bits(addr, 12 + lmc->xbits, lmc->bank_width);
xbits             509 drivers/edac/thunderx_edac.c 	xbits = PCI_FUNC(lmc->pdev->devfn);
xbits             512 drivers/edac/thunderx_edac.c 		xbits ^= get_bits(addr, 20, lmc->xbits) ^
xbits             513 drivers/edac/thunderx_edac.c 			 get_bits(addr, 12, lmc->xbits);
xbits             515 drivers/edac/thunderx_edac.c 	addr |= xbits << 7;
xbits             745 drivers/edac/thunderx_edac.c 	lmc->xbits = thunderx_get_num_lmcs(lmc->node) >> 1;
xbits             750 drivers/edac/thunderx_edac.c 	lmc->dimm_lsb  = 28 + lmc->pbank_lsb + lmc->xbits;
xbits             753 drivers/edac/thunderx_edac.c 	lmc->bank_lsb = 7 + lmc->xbits;
xbits             754 drivers/edac/thunderx_edac.c 	lmc->row_lsb = 14 + LMC_CONFIG_ROW_LSB(lmc_config) + lmc->xbits;
xbits             654 drivers/media/pci/bt8xx/bttv-driver.c 	int xbits; /* mutual exclusive resources */
xbits             660 drivers/media/pci/bt8xx/bttv-driver.c 	xbits = bit;
xbits             662 drivers/media/pci/bt8xx/bttv-driver.c 		xbits |= RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM;
xbits             665 drivers/media/pci/bt8xx/bttv-driver.c 	if (btv->resources & xbits) {
xbits             188 drivers/net/slip/slip.c 	sl->xbits    = 0;
xbits            1056 drivers/net/slip/slip.c 		sl->xbits = 0;
xbits            1060 drivers/net/slip/slip.c 		sl->xbits += 6;
xbits            1061 drivers/net/slip/slip.c 		if (sl->xbits >= 8) {
xbits            1062 drivers/net/slip/slip.c 			sl->xbits -= 8;
xbits            1063 drivers/net/slip/slip.c 			c = (unsigned char)(sl->xdata >> sl->xbits);
xbits              74 drivers/net/slip/slip.h   int			xdata, xbits;	/* 6 bit slip controls 		*/
xbits             421 lib/zlib_deflate/deftree.c     int xbits;          /* extra bits */
xbits             442 lib/zlib_deflate/deftree.c         xbits = 0;
xbits             443 lib/zlib_deflate/deftree.c         if (n >= base) xbits = extra[n-base];
xbits             445 lib/zlib_deflate/deftree.c         s->opt_len += (ulg)f * (bits + xbits);
xbits             446 lib/zlib_deflate/deftree.c         if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);