Lines Matching defs:bdbar
334 __le32 *bdbar; /* CPU address (32bit) */
660 __le32 *bdbar = ichdev->bdbar;
668 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
669 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
671 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
672 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */
680 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf +
683 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
686 dev_dbg(chip->card->dev, "bdbar[%i] = 0x%x [0x%x]\n",
687 idx + 0, bdbar[idx + 0], bdbar[idx + 1]);
749 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1);
752 "new: bdbar[%i] = 0x%x [0x%x], prefetch = %i, all = 0x%x, 0x%x\n",
753 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2],
754 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),
3055 ichdev->bdbar = ((__le32 *)chip->bdbars.area) +