Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/dma/
Dimx-sdma.c261 dma_addr_t bd_phys; member
794 sdmac->bd = dma_alloc_coherent(NULL, PAGE_SIZE, &sdmac->bd_phys, GFP_KERNEL); in sdma_request_channel()
802 sdma->channel_control[channel].base_bd_ptr = sdmac->bd_phys; in sdma_request_channel()
803 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_request_channel()
897 dma_free_coherent(NULL, PAGE_SIZE, sdmac->bd, sdmac->bd_phys); in sdma_free_chan_resources()
993 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_slave_sg()
1070 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_dma_cyclic()
/linux-3.4.99/drivers/rapidio/devices/
Dtsi721.c913 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_ch_init() local
926 &bd_phys, GFP_KERNEL); in tsi721_bdma_ch_init()
930 priv->bdma[chnum].bd_phys = bd_phys; in tsi721_bdma_ch_init()
934 bd_ptr, (unsigned long long)bd_phys); in tsi721_bdma_ch_init()
947 bd_ptr, bd_phys); in tsi721_bdma_ch_init()
962 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_ch_init()
964 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_ch_init()
967 iowrite32(((u64)bd_phys >> 32), in tsi721_bdma_ch_init()
969 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_ch_init()
1013 priv->bdma[chnum].bd_base, priv->bdma[chnum].bd_phys); in tsi721_bdma_ch_free()
Dtsi721.h632 dma_addr_t bd_phys; member