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...] |