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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0m.c174 unsigned int physbuf; /* physical address (32bit) */ member in struct:ichdev
395 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
398 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
407 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size));
459 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf +
581 ichdev->physbuf = runtime->dma_addr;
H A Dintel8x0.c351 unsigned int physbuf; /* physical address (32bit) */ member in struct:ichdev
674 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
677 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
686 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf +
755 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1);
1015 ichdev->physbuf = runtime->dma_addr;
2632 ichdev->physbuf = subs->dma_buffer.addr;

Completed in 118 milliseconds