Home
last modified time | relevance | path

Searched refs:tmpb (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/core/
Dsgbuf.c36 struct snd_dma_buffer tmpb; in snd_dma_sg_free() local
45 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() local
107 chunk, &tmpb) < 0) { in snd_dma_sg_alloc()
[all …]
/Linux-v5.15/drivers/macintosh/
Dwindfarm_smu_sensors.c299 u64 tmps, tmpa, tmpb; in smu_cpu_power_get() local
322 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()
/Linux-v5.15/drivers/mtd/nand/raw/
Ddiskonchip.c1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local
1389 tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()
1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()