Lines Matching defs:pbl
1315 uint32_t 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)
1326 sc->sc_dma_rxpbl = pbl;