Lines Matching refs:bdbar
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()
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()
728 …ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize… in snd_intel8x0_update()
732 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], in snd_intel8x0_update()
733 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), in snd_intel8x0_update()
3001 ichdev->bdbar = ((__le32 *)chip->bdbars->area) + in snd_intel8x0_init()