Searched refs:tmpb (Results 1 – 3 of 3) sorted by relevance
36 struct snd_dma_buffer tmpb; in snd_dma_sg_free() local45 tmpb.dev.type = SNDRV_DMA_TYPE_DEV; in snd_dma_sg_free()47 tmpb.dev.type = SNDRV_DMA_TYPE_DEV_WC; in snd_dma_sg_free()48 tmpb.dev.dev = sgbuf->dev; in snd_dma_sg_free()52 tmpb.area = sgbuf->table[i].buf; in snd_dma_sg_free()53 tmpb.addr = sgbuf->table[i].addr & PAGE_MASK; in snd_dma_sg_free()54 tmpb.bytes = (sgbuf->table[i].addr & ~PAGE_MASK) << PAGE_SHIFT; in snd_dma_sg_free()55 snd_dma_free_pages(&tmpb); in snd_dma_sg_free()70 struct snd_dma_buffer tmpb; in snd_dma_sg_alloc() local107 chunk, &tmpb) < 0) { in snd_dma_sg_alloc()[all …]
299 u64 tmps, tmpa, tmpb; in smu_cpu_power_get() local322 tmpb = ((u64)cpuvcp->power_quads[1]) * ((u64)power); in smu_cpu_power_get()323 *value = (tmpa >> 28) + (tmpb >> 28) + (cpuvcp->power_quads[2] >> 12); in smu_cpu_power_get()
1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local1389 tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()