dw2040_reset      638 sound/pci/asihpi/hpi6000.c 	u32 dw2040_reset = 0;
dw2040_reset      665 sound/pci/asihpi/hpi6000.c 	dw2040_reset = 0x0003000F;
dw2040_reset      666 sound/pci/asihpi/hpi6000.c 	iowrite32(dw2040_reset, phw->dw2040_HPICSR + HPI_RESET);
dw2040_reset      675 sound/pci/asihpi/hpi6000.c 	if (delay != dw2040_reset) {
dw2040_reset      676 sound/pci/asihpi/hpi6000.c 		HPI_DEBUG_LOG(ERROR, "INIT_PCI2040 %x %x\n", dw2040_reset,
dw2040_reset      691 sound/pci/asihpi/hpi6000.c 	dw2040_reset = dw2040_reset & (~(endian << 3));
dw2040_reset      692 sound/pci/asihpi/hpi6000.c 	iowrite32(dw2040_reset, phw->dw2040_HPICSR + HPI_RESET);
dw2040_reset      698 sound/pci/asihpi/hpi6000.c 	dw2040_reset = dw2040_reset & (~0x00000001);	/* start DSP 0 */
dw2040_reset      699 sound/pci/asihpi/hpi6000.c 	iowrite32(dw2040_reset, phw->dw2040_HPICSR + HPI_RESET);
dw2040_reset      700 sound/pci/asihpi/hpi6000.c 	dw2040_reset = dw2040_reset & (~0x00000002);	/* start DSP 1 */
dw2040_reset      701 sound/pci/asihpi/hpi6000.c 	iowrite32(dw2040_reset, phw->dw2040_HPICSR + HPI_RESET);
dw2040_reset      704 sound/pci/asihpi/hpi6000.c 	dw2040_reset = dw2040_reset & (~0x00000008);
dw2040_reset      705 sound/pci/asihpi/hpi6000.c 	iowrite32(dw2040_reset, phw->dw2040_HPICSR + HPI_RESET);