Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/
Dintel8x0m.c156 __le32 *bdbar; /* CPU address (32bit) */ member
383 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0m_setup_periods() local
391 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0m_setup_periods()
392 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods()
394 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0m_setup_periods()
395 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods()
403 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size)); in snd_intel8x0m_setup_periods()
404 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0m_setup_periods()
461 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0m_update()
467 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], in snd_intel8x0m_update()
[all …]
Dintel8x0.c334 __le32 *bdbar; /* CPU address (32bit) */ member
659 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods() local
667 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods()
668 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
670 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0_setup_periods()
671 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
679 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0_setup_periods()
682 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
686 idx + 0, bdbar[idx + 0], bdbar[idx + 1]); in snd_intel8x0_setup_periods()
745 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()
[all …]