bdbar 334 sound/pci/intel8x0.c __le32 *bdbar; /* CPU address (32bit) */ bdbar 659 sound/pci/intel8x0.c __le32 *bdbar = ichdev->bdbar; bdbar 667 sound/pci/intel8x0.c bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); bdbar 668 sound/pci/intel8x0.c bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 670 sound/pci/intel8x0.c bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); bdbar 671 sound/pci/intel8x0.c bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 679 sound/pci/intel8x0.c bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + bdbar 682 sound/pci/intel8x0.c bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 686 sound/pci/intel8x0.c idx + 0, bdbar[idx + 0], bdbar[idx + 1]); bdbar 745 sound/pci/intel8x0.c ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1); bdbar 749 sound/pci/intel8x0.c ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], bdbar 750 sound/pci/intel8x0.c ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), bdbar 3062 sound/pci/intel8x0.c ichdev->bdbar = ((__le32 *)chip->bdbars.area) + bdbar 156 sound/pci/intel8x0m.c __le32 *bdbar; /* CPU address (32bit) */ bdbar 383 sound/pci/intel8x0m.c __le32 *bdbar = ichdev->bdbar; bdbar 391 sound/pci/intel8x0m.c bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); bdbar 392 sound/pci/intel8x0m.c bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 394 sound/pci/intel8x0m.c bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1)); bdbar 395 sound/pci/intel8x0m.c bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 403 sound/pci/intel8x0m.c bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size)); bdbar 404 sound/pci/intel8x0m.c bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */ bdbar 461 sound/pci/intel8x0m.c ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + bdbar 467 sound/pci/intel8x0m.c ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2], bdbar 468 sound/pci/intel8x0m.c ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port), bdbar 1190 sound/pci/intel8x0m.c ichdev->bdbar = ((__le32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2);