Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dimx-sdma.c533 dma_addr_t bd0_phys; member
1365 sdma->bd0 = dma_alloc_coherent(sdma->dev, PAGE_SIZE, &sdma->bd0_phys, in sdma_request_channel0()
1372 sdma->channel_control[0].base_bd_ptr = sdma->bd0_phys; in sdma_request_channel0()
1373 sdma->channel_control[0].current_bd_ptr = sdma->bd0_phys; in sdma_request_channel0()