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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c553 uint32_t dmastartp; local
603 dmastartp = dma->dma_bound & ~DESC_Z_MASK;
604 dmaendp = dmastartp + ((dma->dma_bound & DESC_Z_MASK) << 4);
607 ((dma_cmd_cur_loc >= dmastartp) && (dma_cmd_cur_loc < dmaendp))) {
874 dmastartp = dma->dma_bound & ~DESC_Z_MASK;
875 dmaendp = dmastartp + ((dma->dma_bound & DESC_Z_MASK) << 4);
877 if (dma_loc_check_enabled && ((dma_cmd_cur_loc >= dmastartp) &&

Completed in 86 milliseconds