Searched defs:burstsizes (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c757 * Set the initial burstsizes for each slot to all 1's. This will
854 /* Calculate our burstsizes now so we don't have to do it later */
865 /* Set burstsizes to smallest value */
898 /* get the 64 bit burstsizes */
911 /* Get burstsizes into sysio register format */
914 /* Program the burstsizes */
1217 * appropriate slave burstsizes.
1230 uint_t burstsizes = 0; local
1234 * mask out any burstsizes for 64 bit mode.
1244 * point, we must have had 64 bit burstsizes, howeve
[all...]
/illumos-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)
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h356 int burstsizes; /* binary encoded val */ member in struct:eri
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1819 int burstsizes = fas->f_dma_attr->dma_attr_burstsizes; local
1820 if (burstsizes & BURST64) {
1823 } else if (burstsizes & BURST32) {
1830 (ddi_dma_set_sbus64(fas->f_dmahandle, burstsizes) ==
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7195 ddi_dma_set_sbus64(ddi_dma_handle_t h, ulong_t burstsizes) argument
7198 &burstsizes, 0, 0));

Completed in 151 milliseconds