Searched refs:dma_receive (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | dma.c | 66 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma() 110 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma_rx()
|
/openbmc/u-boot/include/ |
H A D | dma.h | 280 int dma_receive(struct dma *dma, void **dst, void *metadata);
|
/openbmc/u-boot/drivers/dma/ |
H A D | dma-uclass.c | 166 int dma_receive(struct dma *dma, void **dst, void *metadata) in dma_receive() function
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm6348-eth.c | 159 return dma_receive(&priv->rx_dma, (void**)packetp, NULL); in bcm6348_eth_recv()
|
H A D | bcm6368-eth.c | 198 return dma_receive(&priv->rx_dma, (void**)packetp, NULL); in bcm6368_eth_recv()
|