Home
last modified time | relevance | path

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

/linux/sound/core/
A 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()
48 tmpb.dev.dev = sgbuf->dev; in snd_dma_sg_free()
52 tmpb.area = sgbuf->table[i].buf; 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()
115 table->buf = tmpb.area; in snd_dma_sg_alloc()
116 table->addr = tmpb.addr; in snd_dma_sg_alloc()
121 tmpb.area += PAGE_SIZE; in snd_dma_sg_alloc()
[all …]
/linux/drivers/macintosh/
A 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/drivers/mtd/nand/raw/
A 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()

Completed in 9 milliseconds