Home
last modified time | relevance | path

Searched refs:burstsize (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.h132 uint32_t burstsize: 2; member
H A Dch.c2043 chp->ch_config.burstsize = 1; in ch_get_prop()
2074 chp->ch_config.burstsize = 1; in ch_get_prop()
2079 chp->ch_config.burstsize = 2; in ch_get_prop()
H A Dpe.c944 pcix_cmd |= (chp->ch_config.burstsize << 18); in pe_attach()
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c480 int burstsize; in socal_attach() local
848 burstsize = ddi_dma_burstsizes(socalp->request[0].skc_dhandle); in socal_attach()
850 instance, burstsize)); in socal_attach()
851 j = burstsize & BURSTSIZE_MASK; in socal_attach()
865 burstsize = ddi_dma_burstsizes(socalp->request[0]. in socal_attach()
868 instance, burstsize)); in socal_attach()
869 j = burstsize & BURSTSIZE_MASK; in socal_attach()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe.c1002 sfe_encode_mxdma(uint_t burstsize) in sfe_encode_mxdma() argument
1006 if (burstsize > 256) { in sfe_encode_mxdma()
1012 if (burstsize <= sfe_mxdma_value[i]) { in sfe_encode_mxdma()