Searched refs:bdbar (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.c171 u32 *bdbar; /* CPU address (32bit) */ member in struct:ichdev
387 u32 *bdbar = ichdev->bdbar; local
395 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
396 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
398 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
399 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */
407 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size));
408 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
411 printk(KERN_DEBUG "bdbar[
[all...]
H A Dintel8x0.c348 u32 *bdbar; /* CPU address (32bit) */ member in struct:ichdev
666 u32 *bdbar = ichdev->bdbar; local
674 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
675 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
677 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
678 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */
686 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf +
689 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
755 ichdev->bdbar[ichde
[all...]

Completed in 125 milliseconds