Searched refs:bdbar (Results 1 – 2 of 2) sorted by relevance
141 __le32 *bdbar; /* CPU address (32bit) */ member369 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0m_setup_periods() local377 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()389 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size)); 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()[all …]
311 __le32 *bdbar; /* CPU address (32bit) */ member639 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods() local647 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()662 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()666 idx + 0, bdbar[idx + 0], bdbar[idx + 1]); in snd_intel8x0_setup_periods()725 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()[all …]