Searched refs:bdbar (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/pci/ |
| H A D | intel8x0m.c | 141 __le32 *bdbar; /* CPU address (32bit) */ member 369 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0m_setup_periods() local 377 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0m_setup_periods() 378 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods() 380 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0m_setup_periods() 381 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods() 390 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods() 444 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0m_update() 450 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], in snd_intel8x0m_update() 451 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), in snd_intel8x0m_update() [all …]
|
| H A D | intel8x0.c | 311 __le32 *bdbar; /* CPU address (32bit) */ member 639 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods() local 647 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods() 648 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods() 650 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0_setup_periods() 651 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods() 659 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0_setup_periods() 666 idx + 0, bdbar[idx + 0], bdbar[idx + 1]); in snd_intel8x0_setup_periods() 729 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], in snd_intel8x0_update() 730 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), in snd_intel8x0_update() [all …]
|