Searched refs:low_phys (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h156 phys_addr_t low_phys; /* physical address */ member in struct:_cmedia_pci_dev
H A Dpcm.c217 PCI_IO_WR(port->dma_c, ((uint32)port->card->low_phys+
219 PCI_IO_WR(port->dma_c+1, (((uint32)port->card->low_phys+
221 PCI_IO_WR(port->dma_c+2, (((uint32)port->card->low_phys+
235 PCI_IO_WR(port->dma_a, ((uint32)port->card->low_phys)&0xff);
236 PCI_IO_WR(port->dma_a+1, ((uint32)port->card->low_phys>>8)&0xff);
237 PCI_IO_WR(port->dma_a+2, ((uint32)port->card->low_phys>>16)&0xff);
1600 if ((offs = addr-(uint32)port->card->low_phys) < port->wr_size) {
1682 if ((offs = addr-port->config.play_buf_size-(uint32)port->card->low_phys) < port->rd_size) {
H A Dcm.c405 card->low_phys = where.address;

Completed in 55 milliseconds