tmpb              299 drivers/macintosh/windfarm_smu_sensors.c 	u64 tmps, tmpa, tmpb;
tmpb              322 drivers/macintosh/windfarm_smu_sensors.c 	tmpb = ((u64)cpuvcp->power_quads[1]) * ((u64)power);
tmpb              323 drivers/macintosh/windfarm_smu_sensors.c 	*value = (tmpa >> 28) + (tmpb >> 28) + (cpuvcp->power_quads[2] >> 12);
tmpb             1416 drivers/mtd/nand/raw/diskonchip.c 	unsigned char tmp, tmpb, tmpc;
tmpb             1498 drivers/mtd/nand/raw/diskonchip.c 	tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
tmpb             1500 drivers/mtd/nand/raw/diskonchip.c 	if ((tmp == tmpb) || (tmp != tmpc)) {
tmpb               23 sound/core/sgbuf.c 	struct snd_dma_buffer tmpb;
tmpb               32 sound/core/sgbuf.c 	tmpb.dev.type = SNDRV_DMA_TYPE_DEV;
tmpb               34 sound/core/sgbuf.c 		tmpb.dev.type = SNDRV_DMA_TYPE_DEV_UC;
tmpb               35 sound/core/sgbuf.c 	tmpb.dev.dev = sgbuf->dev;
tmpb               39 sound/core/sgbuf.c 		tmpb.area = sgbuf->table[i].buf;
tmpb               40 sound/core/sgbuf.c 		tmpb.addr = sgbuf->table[i].addr & PAGE_MASK;
tmpb               41 sound/core/sgbuf.c 		tmpb.bytes = (sgbuf->table[i].addr & ~PAGE_MASK) << PAGE_SHIFT;
tmpb               42 sound/core/sgbuf.c 		snd_dma_free_pages(&tmpb);
tmpb               61 sound/core/sgbuf.c 	struct snd_dma_buffer tmpb;
tmpb               99 sound/core/sgbuf.c 						 chunk, &tmpb) < 0) {
tmpb              107 sound/core/sgbuf.c 		chunk = tmpb.bytes >> PAGE_SHIFT;
tmpb              109 sound/core/sgbuf.c 			table->buf = tmpb.area;
tmpb              110 sound/core/sgbuf.c 			table->addr = tmpb.addr;
tmpb              114 sound/core/sgbuf.c 			*pgtable++ = virt_to_page(tmpb.area);
tmpb              115 sound/core/sgbuf.c 			tmpb.area += PAGE_SIZE;
tmpb              116 sound/core/sgbuf.c 			tmpb.addr += PAGE_SIZE;