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

  /src/sys/dev/ic/
dwc_eqos.c 1308 uint32_t pbl; local in function:eqos_get_dma_pbl
1314 if (prop_dictionary_get_uint32(prop, "snps,pbl", &pbl) && pbl)
1315 sc->sc_dma_txpbl = sc->sc_dma_rxpbl = pbl;
1316 if (prop_dictionary_get_uint32(prop, "snps,txpbl", &pbl) && pbl)
1317 sc->sc_dma_txpbl = pbl;
1318 if (prop_dictionary_get_uint32(prop, "snps,rxpbl", &pbl) && pbl)
    [all...]

Completed in 11 milliseconds