Home
last modified time | relevance | path

Searched refs:dev_get_dma_range (Results 1 – 4 of 4) sorted by relevance

/u-boot/test/dm/
A Dread.c27 ut_assertok(dev_get_dma_range(dev, &cpu, &bus, &size)); in dm_test_dma_ranges()
36 ut_assertok(dev_get_dma_range(dev, &cpu, &bus, &size)); in dm_test_dma_ranges()
45 ut_asserteq(-ENOENT, dev_get_dma_range(dev, &cpu, &bus, &size)); in dm_test_dma_ranges()
/u-boot/include/dm/
A Dread.h662 int dev_get_dma_range(const struct udevice *dev, phys_addr_t *cpu,
1023 static inline int dev_get_dma_range(const struct udevice *dev, phys_addr_t *cpu, in dev_get_dma_range() function
/u-boot/drivers/core/
A Dread.c344 int dev_get_dma_range(const struct udevice *dev, phys_addr_t *cpu, in dev_get_dma_range() function
A Ddevice.c462 ret = dev_get_dma_range(parent, &cpu, &bus, &size); in device_get_dma_constraints()

Completed in 8 milliseconds