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

/opensolaris-onvv-gate/usr/src/uts/sun/io/eri/
H A Deri.h356 int burstsizes; /* binary encoded val */ member in struct:eri
H A Deri.c2538 erip->burstsizes = ddi_dma_burstsizes(handle);
2541 if (erip->burstsizes)
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c754 * Set the initial burstsizes for each slot to all 1's. This will
851 /* Calculate our burstsizes now so we don't have to do it later */
862 /* Set burstsizes to smallest value */
895 /* get the 64 bit burstsizes */
908 /* Get burstsizes into sysio register format */
911 /* Program the burstsizes */
1214 * appropriate slave burstsizes.
1227 uint_t burstsizes = 0; local
1231 * mask out any burstsizes for 64 bit mode.
1241 * point, we must have had 64 bit burstsizes, howeve
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/hme/
H A Dhme.c302 * the the burstsizes in both the lo and hi words.
2781 int burstsizes; local
2789 hmep->hme_burstsizes = burstsizes = ddi_dma_burstsizes(handle);
2795 burstsizes = (hmep->hme_burstsizes >> 16);
2796 if (burstsizes)
2799 burstsizes = hmep->hme_burstsizes;
2804 if (burstsizes & 0x40)
2806 else if (burstsizes & 0x20)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsunddi.h1377 ddi_dma_set_sbus64(ddi_dma_handle_t handle, ulong_t burstsizes);
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1820 int burstsizes = fas->f_dma_attr->dma_attr_burstsizes; local
1821 if (burstsizes & BURST64) {
1824 } else if (burstsizes & BURST32) {
1831 (ddi_dma_set_sbus64(fas->f_dmahandle, burstsizes) ==
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunddi.c7532 ddi_dma_set_sbus64(ddi_dma_handle_t h, ulong_t burstsizes) argument
7535 &burstsizes, 0, 0));

Completed in 213 milliseconds