PCI_IO_WR
PCI_IO_WR(card->enhanced+regno, value);
PCI_IO_WR(card->enhanced+0x23, regno);
PCI_IO_WR(card->enhanced+0x22, value);
PCI_IO_WR(card->enhanced+0x23, regno);
extern void PCI_IO_WR(int offset, uint8 val);
PCI_IO_WR(port->dma_c, ((uint32)port->card->low_phys+
PCI_IO_WR(port->dma_c+1, (((uint32)port->card->low_phys+
PCI_IO_WR(port->dma_c+2, (((uint32)port->card->low_phys+
PCI_IO_WR(port->dma_c+3, 0);
PCI_IO_WR(port->dma_c+4, (port->config.rec_buf_size/sample_size-1)&0xff);
PCI_IO_WR(port->dma_c+5, ((port->config.rec_buf_size/sample_size-1)>>8)&0xff);
PCI_IO_WR(port->dma_c+6, (port->rd_size/sample_size-1)&0xff);
PCI_IO_WR(port->dma_c+7, ((port->rd_size/sample_size-1)>>8)&0xff);
PCI_IO_WR(port->dma_a, ((uint32)port->card->low_phys)&0xff);
PCI_IO_WR(port->dma_a+1, ((uint32)port->card->low_phys>>8)&0xff);
PCI_IO_WR(port->dma_a+2, ((uint32)port->card->low_phys>>16)&0xff);
PCI_IO_WR(port->dma_a+3, 0);
PCI_IO_WR(port->dma_a+4, (port->config.play_buf_size/sample_size-1)&0xff);
PCI_IO_WR(port->dma_a+5, ((port->config.play_buf_size/sample_size-1)>>8)&0xff);
PCI_IO_WR(port->dma_a+6, (port->wr_size/sample_size-1)&0xff);
PCI_IO_WR(port->dma_a+7, ((port->wr_size/sample_size-1)>>8)&0xff);