Home
last modified time | relevance | path

Searched refs:physbuf (Results 1 – 2 of 2) sorted by relevance

/sound/pci/
Dintel8x0m.c174 unsigned int physbuf; /* physical address (32bit) */ member
406 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0m_setup_periods()
409 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0m_setup_periods()
418 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size)); in snd_intel8x0m_setup_periods()
476 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0m_update()
605 ichdev->physbuf = runtime->dma_addr; in snd_intel8x0m_pcm_prepare()
Dintel8x0.c355 unsigned int physbuf; /* physical address (32bit) */ member
686 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods()
689 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0_setup_periods()
698 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0_setup_periods()
783 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()
1050 ichdev->physbuf = runtime->dma_addr; in snd_intel8x0_pcm_prepare()
2774 ichdev->physbuf = subs->dma_buffer.addr; in intel8x0_measure_ac97_clock()