Lines Matching refs:bdbar
334 __le32 *bdbar; /* CPU address (32bit) */ member
660 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods() local
668 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods()
669 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
671 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); in snd_intel8x0_setup_periods()
672 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
680 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + in snd_intel8x0_setup_periods()
683 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ in snd_intel8x0_setup_periods()
687 idx + 0, bdbar[idx + 0], bdbar[idx + 1]); in snd_intel8x0_setup_periods()
749 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()
753 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], in snd_intel8x0_update()
754 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), in snd_intel8x0_update()
3055 ichdev->bdbar = ((__le32 *)chip->bdbars.area) + in snd_intel8x0_create()