Searched refs:tmpb (Results 1 – 3 of 3) sorted by relevance
36 struct snd_dma_buffer tmpb; in snd_free_sgbuf_pages() local45 tmpb.dev.type = SNDRV_DMA_TYPE_DEV; in snd_free_sgbuf_pages()46 tmpb.dev.dev = sgbuf->dev; in snd_free_sgbuf_pages()50 tmpb.area = sgbuf->table[i].buf; in snd_free_sgbuf_pages()51 tmpb.addr = sgbuf->table[i].addr & PAGE_MASK; in snd_free_sgbuf_pages()52 tmpb.bytes = (sgbuf->table[i].addr & ~PAGE_MASK) << PAGE_SHIFT; in snd_free_sgbuf_pages()53 snd_dma_free_pages(&tmpb); in snd_free_sgbuf_pages()72 struct snd_dma_buffer tmpb; in snd_malloc_sgbuf_pages() local102 chunk, &tmpb) < 0) { in snd_malloc_sgbuf_pages()110 chunk = tmpb.bytes >> PAGE_SHIFT; in snd_malloc_sgbuf_pages()[all …]
301 u64 tmps, tmpa, tmpb; in smu_cpu_power_get() local324 tmpb = ((u64)cpuvcp->power_quads[1]) * ((u64)power); in smu_cpu_power_get()325 *value = (tmpa >> 28) + (tmpb >> 28) + (cpuvcp->power_quads[2] >> 12); in smu_cpu_power_get()
1438 unsigned char tmp, tmpb, tmpc; in doc_probe() local1518 tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()1520 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()