Home | History | Annotate | Download | only in ic

Lines Matching refs:pbl

1308 	uint32_t 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)
1319 sc->sc_dma_rxpbl = pbl;