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

  /src/sys/dev/ic/
dwc_eqos.c 1315 uint32_t pbl; local in function:eqos_get_dma_pbl
1321 if (prop_dictionary_get_uint32(prop, "snps,pbl", &pbl) && pbl)
1322 sc->sc_dma_txpbl = sc->sc_dma_rxpbl = pbl;
1323 if (prop_dictionary_get_uint32(prop, "snps,txpbl", &pbl) && pbl)
1324 sc->sc_dma_txpbl = pbl;
1325 if (prop_dictionary_get_uint32(prop, "snps,rxpbl", &pbl) && pbl)
    [all...]
dwc_eqos.c 1315 uint32_t pbl; local in function:eqos_get_dma_pbl
1321 if (prop_dictionary_get_uint32(prop, "snps,pbl", &pbl) && pbl)
1322 sc->sc_dma_txpbl = sc->sc_dma_rxpbl = pbl;
1323 if (prop_dictionary_get_uint32(prop, "snps,txpbl", &pbl) && pbl)
1324 sc->sc_dma_txpbl = pbl;
1325 if (prop_dictionary_get_uint32(prop, "snps,rxpbl", &pbl) && pbl)
    [all...]

Completed in 22 milliseconds