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

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c208 ATGE_DB(("%s: %s() L1_RR_RING_SZ : %x", atgep->atge_name,
209 __func__, L1_RR_RING_SZ));
212 L1_RR_RING_SZ, DDI_DMA_RDWR);
346 bzero(dma->addr, L1_RR_RING_SZ);
347 DMA_SYNC(dma, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORDEV);
641 DMA_SYNC(l1->atge_l1_rr, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORKERNEL);
756 DMA_SYNC(l1->atge_l1_rr, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORDEV);
H A Datge_l1_reg.h128 #define L1_RR_RING_SZ \ macro

Completed in 46 milliseconds