HomeSort by: relevance | last modified time | path
    Searched defs:dma_pbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_eqos_pci.c 114 uint32_t dma_pbl = 0; local in function:eqos_pci_attach
140 dma_pbl = 32;
150 dma_pbl = 32;
154 dma_pbl = 16;
166 if (dma_pbl != 0) {
168 prop_dictionary_set_uint32(prop, "snps,pbl", dma_pbl);
if_eqos_pci.c 114 uint32_t dma_pbl = 0; local in function:eqos_pci_attach
140 dma_pbl = 32;
150 dma_pbl = 32;
154 dma_pbl = 16;
166 if (dma_pbl != 0) {
168 prop_dictionary_set_uint32(prop, "snps,pbl", dma_pbl);

Completed in 121 milliseconds