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

/freebsd-10.2-release/sys/dev/sound/pci/
H A Dcmi.c519 u_int32_t physptr, bufptr, sz; local
523 physptr = cmi_rd(sc, CMPCI_REG_DMA0_BASE, 4);
525 physptr = cmi_rd(sc, CMPCI_REG_DMA1_BASE, 4);
530 bufptr = (physptr - ch->phys_buf + sz - ch->bps) % sz;

Completed in 45 milliseconds