lvi               345 sound/pci/intel8x0.c         int lvi;
lvi               691 sound/pci/intel8x0.c 	iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK);
lvi               739 sound/pci/intel8x0.c 	ichdev->lvi += step;
lvi               740 sound/pci/intel8x0.c 	ichdev->lvi &= ICH_REG_LVI_MASK;
lvi               741 sound/pci/intel8x0.c 	iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi);
lvi               745 sound/pci/intel8x0.c 		ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf + ichdev->lvi_frag * ichdev->fragsize1);
lvi               749 sound/pci/intel8x0.c 	       ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2],
lvi               750 sound/pci/intel8x0.c 	       ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),
lvi              2654 sound/pci/intel8x0.c 		iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi);
lvi               165 sound/pci/intel8x0m.c         int lvi;
lvi               413 sound/pci/intel8x0m.c 	iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK);
lvi               455 sound/pci/intel8x0m.c 	ichdev->lvi += step;
lvi               456 sound/pci/intel8x0m.c 	ichdev->lvi &= ICH_REG_LVI_MASK;
lvi               457 sound/pci/intel8x0m.c 	iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi);
lvi               461 sound/pci/intel8x0m.c 		ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf +
lvi               467 sound/pci/intel8x0m.c 		       ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2],
lvi               468 sound/pci/intel8x0m.c 		       ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),